]> git.saurik.com Git - wxWidgets.git/commitdiff
removed unused variable
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Sep 2006 01:20:37 +0000 (01:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Sep 2006 01:20:37 +0000 (01:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/window.cpp

index 1a23e540470b709213ef0fbf1ab7301453ec0dd4..6d86234520fa47b8d8e6862e193f753e8615c9ec 100644 (file)
@@ -201,7 +201,6 @@ static pascal OSStatus wxMacWindowControlEventHandler( EventHandlerCallRef handl
                 RgnHandle updateRgn = NULL ;
                 RgnHandle allocatedRgn = NULL ;
                 wxRegion visRegion = thisWindow->MacGetVisibleRegion() ;
-                Rect controlBounds ;
 
                 if ( cEvent.GetParameter<RgnHandle>(kEventParamRgnHandle, &updateRgn) != noErr )
                 {
@@ -3436,4 +3435,4 @@ bool wxWindowMac::CanSetTransparent()
 wxByte wxWindowMac::GetTransparent() const 
 {
     return m_macAlpha ;
-}
\ No newline at end of file
+}