summaryrefslogtreecommitdiff
path: root/vcl/quartz
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-07 16:12:24 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-07 17:56:03 +0300
commit0e0014ded0fc746fb715baeac30d940cf99a2b50 (patch)
treefc83fd15d4b0f3d1826e5364691c93e21d84d40b /vcl/quartz
parent3ecab6fd717a910bcff488bbd1a30ab4cc86d8fd (diff)
Don't bother logging the CGContextSetLineWidth() here either
Change-Id: I95860cd9edec474b656a7f4cc2847ef48868d699
Diffstat (limited to 'vcl/quartz')
-rw-r--r--vcl/quartz/salgdicommon.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/quartz/salgdicommon.cxx b/vcl/quartz/salgdicommon.cxx
index 72a44b91abac..873f18851b8a 100644
--- a/vcl/quartz/salgdicommon.cxx
+++ b/vcl/quartz/salgdicommon.cxx
@@ -909,7 +909,6 @@ bool AquaSalGraphics::drawPolyLine(
CGContextSetAlpha( mrContext, 1.0 - fTransparency );
CGContextSetLineJoin( mrContext, aCGLineJoin );
CGContextSetLineCap( mrContext, aCGLineCap );
- CG_TRACE( "CGContextSetLineWidth(" << mrContext << "," << rLineWidths.getX() << ")" );
CGContextSetLineWidth( mrContext, rLineWidths.getX() );
CG_TRACE( "CGContextDrawPath(" << mrContext << ",kCGPathStroke)" );
CGContextDrawPath( mrContext, kCGPathStroke );