From: Vadim Zeitlin Date: Sun, 10 Sep 2006 01:20:37 +0000 (+0000) Subject: removed unused variable X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8444b6cb6ba008f0b1c85dc7d4db5f65d0938448 removed unused variable git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/window.cpp b/src/mac/carbon/window.cpp index 1a23e54047..6d86234520 100644 --- a/src/mac/carbon/window.cpp +++ b/src/mac/carbon/window.cpp @@ -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(kEventParamRgnHandle, &updateRgn) != noErr ) { @@ -3436,4 +3435,4 @@ bool wxWindowMac::CanSetTransparent() wxByte wxWindowMac::GetTransparent() const { return m_macAlpha ; -} \ No newline at end of file +}