From 667902fa259dbcb7f5ae281531e00a1944f18f75 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 30 May 2008 17:14:58 +0000 Subject: [PATCH] remove duplicate line git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/graphics.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mac/carbon/graphics.cpp b/src/mac/carbon/graphics.cpp index 0119269f1c..9257e7fc31 100755 --- a/src/mac/carbon/graphics.cpp +++ b/src/mac/carbon/graphics.cpp @@ -1412,7 +1412,6 @@ void wxMacCoreGraphicsContext::EnsureIsValid() hishape.Set( HIShapeCreateMutableCopy( m_clipRgn ) ); CGPoint transformedOrigin = CGPointApplyAffineTransform( CGPointZero,m_windowTransform); HIShapeOffset( hishape, -transformedOrigin.x, -transformedOrigin.y ); - HIShapeReplacePathInCGContext( hishape, m_cgContext ); // if the shape is empty, HIShapeReplacePathInCGContext doesn't work if ( HIShapeIsEmpty(hishape)) {