projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
817d2e9
)
unused variable
author
Paul Cornett
<paulcor@bullseye.com>
Thu, 19 Feb 2009 07:37:32 +0000
(07:37 +0000)
committer
Paul 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
patch
|
blob
|
blame
|
history
diff --git
a/src/osx/window_osx.cpp
b/src/osx/window_osx.cpp
index 9f47e712eddd0b0488a55fcc153e4aed56f3262f..237a0ad691f87a393d1bbf8a4a5c298f03705d24 100644
(file)
--- a/
src/osx/window_osx.cpp
+++ b/
src/osx/window_osx.cpp
@@
-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() )