]> git.saurik.com Git - wxWidgets.git/commitdiff
unused variable
authorPaul Cornett <paulcor@bullseye.com>
Thu, 19 Feb 2009 07:37:32 +0000 (07:37 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Thu, 19 Feb 2009 07:37:32 +0000 (07:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/window_osx.cpp

index 9f47e712eddd0b0488a55fcc153e4aed56f3262f..237a0ad691f87a393d1bbf8a4a5c298f03705d24 100644 (file)
@@ -1343,7 +1343,6 @@ void  wxWindowMac::MacPaintGrowBox()
 
         int size = m_hScrollBar ? m_hScrollBar->GetSize().y : ( m_vScrollBar ? m_vScrollBar->GetSize().x : MAC_SCROLLBAR_SIZE ) ;
         CGRect cgrect = CGRectMake( rect.right - size , rect.bottom - size , size , size ) ;
-        CGPoint cgpoint = CGPointMake( rect.right - size , rect.bottom - size ) ;
         CGContextSaveGState( cgContext );
 
         if ( m_backgroundColour.Ok() )