fixed unused variable warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
376b18eac7
commit
84a667dc06
@ -303,10 +303,7 @@ void wxApp::MacNewFile()
|
||||
|
||||
static pascal OSStatus MenuEventHandler( EventHandlerCallRef handler , EventRef event , void *data )
|
||||
{
|
||||
OSStatus result = eventNotHandledErr ;
|
||||
UInt32 kind = GetEventKind( event ) ;
|
||||
|
||||
return result ;
|
||||
return eventNotHandledErr ;
|
||||
}
|
||||
|
||||
// due to the rather low-level event API of wxWindows, we cannot use RunApplicationEventLoop
|
||||
|
@ -303,10 +303,7 @@ void wxApp::MacNewFile()
|
||||
|
||||
static pascal OSStatus MenuEventHandler( EventHandlerCallRef handler , EventRef event , void *data )
|
||||
{
|
||||
OSStatus result = eventNotHandledErr ;
|
||||
UInt32 kind = GetEventKind( event ) ;
|
||||
|
||||
return result ;
|
||||
return eventNotHandledErr ;
|
||||
}
|
||||
|
||||
// due to the rather low-level event API of wxWindows, we cannot use RunApplicationEventLoop
|
||||
|
Loading…
Reference in New Issue
Block a user