remove unused variable

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-09-23 17:03:58 +00:00
parent 38b97c15ac
commit 255df092b3

View File

@@ -525,7 +525,7 @@ pascal OSStatus wxMacAppEventHandler( EventHandlerCallRef handler , EventRef eve
WindowRef window ; WindowRef window ;
Point screenMouseLocation = cEvent.GetParameter<Point>(kEventParamMouseLocation) ; Point screenMouseLocation = cEvent.GetParameter<Point>(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 // 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 // double events otherwise (in case event.skip) was called
if ( window == NULL ) if ( window == NULL )