diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-12-11 20:51:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-11 20:51:38 +0000 |
commit | 067b560335195b24eeedc4514956029ea975fbbf (patch) | |
tree | 779e2bf93241b2b3bcbaf1eb7ce6750a2602ca10 /canvas | |
parent | 6aa1232e17b84c38bb411014315c3b3a2c35dff5 (diff) |
stray debugging code
Change-Id: I953389e236739c01226365c33ab777fc3972b69d
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/vcl/canvashelper.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/canvas/source/vcl/canvashelper.cxx b/canvas/source/vcl/canvashelper.cxx index c9fe64023453..7b9c9cea6b59 100644 --- a/canvas/source/vcl/canvashelper.cxx +++ b/canvas/source/vcl/canvashelper.cxx @@ -1296,7 +1296,6 @@ namespace vclcanvas OutputDevice& rOutDev( mpOutDev->getOutDev() ); - rOutDev.SetClipRegion(vcl::Region(true)); setupOutDevState( viewState, renderState, TEXT_COLOR ); CanvasFont* pFont = dynamic_cast< CanvasFont* >( xFont.get() ); |