From 255df092b334b6faf510475fce3ce9dfdecba276 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Thu, 23 Sep 2004 17:03:58 +0000 Subject: [PATCH] remove unused variable git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mac/carbon/app.cpp b/src/mac/carbon/app.cpp index ff2c929c2a..587b1d2df6 100644 --- a/src/mac/carbon/app.cpp +++ b/src/mac/carbon/app.cpp @@ -525,7 +525,7 @@ pascal OSStatus wxMacAppEventHandler( EventHandlerCallRef handler , EventRef eve WindowRef window ; Point screenMouseLocation = cEvent.GetParameter(kEventParamMouseLocation) ; - short windowPart = ::FindWindow(screenMouseLocation, &window); + ::FindWindow(screenMouseLocation, &window); // only send this event in case it had not already been sent to a tlw, as we get // double events otherwise (in case event.skip) was called if ( window == NULL ) -- 2.49.0