From a3f97e65570855858e73e89c050f9c6589d3c7be Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 15 Jan 2014 08:27:15 +0200 Subject: Bin misleading OSL_TRACE Change-Id: I6c638f49b73b4a3d781e6e2e54a5facf52513ad3 --- vcl/source/gdi/outdev2.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/vcl/source/gdi/outdev2.cxx b/vcl/source/gdi/outdev2.cxx index 062275ecd150..f362b32c73fc 100644 --- a/vcl/source/gdi/outdev2.cxx +++ b/vcl/source/gdi/outdev2.cxx @@ -666,8 +666,6 @@ void OutputDevice::DrawTransformedBitmapEx( const basegfx::B2DHomMatrix& rTransformation, const BitmapEx& rBitmapEx) { - OSL_TRACE( "OutputDevice::DrawBitmapEx( Point, Size )" ); - if( ImplIsRecordLayout() ) return; -- cgit