unused variable
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
817d2e9b9b
commit
58d439cf5a
@ -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() )
|
||||
|
Loading…
Reference in New Issue
Block a user