TryParent()/ProcessEvent() were included in both base and GUI
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -779,8 +779,6 @@ void wxEvtHandler::ProcessPendingEvents()
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif // wxUSE_BASE
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Event table stuff
|
* Event table stuff
|
||||||
*/
|
*/
|
||||||
@@ -855,8 +853,6 @@ bool wxEvtHandler::ProcessEvent(wxEvent& event)
|
|||||||
return TryParent(event);
|
return TryParent(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if wxUSE_BASE
|
|
||||||
|
|
||||||
bool wxEvtHandler::SearchEventTable(wxEventTable& table, wxEvent& event)
|
bool wxEvtHandler::SearchEventTable(wxEventTable& table, wxEvent& event)
|
||||||
{
|
{
|
||||||
wxEventType eventType = event.GetEventType();
|
wxEventType eventType = event.GetEventType();
|
||||||
|
Reference in New Issue
Block a user