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:
Vadim Zeitlin
2003-06-27 00:07:05 +00:00
parent ec67cff1f6
commit 18f0a2c5aa

View File

@@ -779,8 +779,6 @@ void wxEvtHandler::ProcessPendingEvents()
#endif
}
#endif // wxUSE_BASE
/*
* Event table stuff
*/
@@ -855,8 +853,6 @@ bool wxEvtHandler::ProcessEvent(wxEvent& event)
return TryParent(event);
}
#if wxUSE_BASE
bool wxEvtHandler::SearchEventTable(wxEventTable& table, wxEvent& event)
{
wxEventType eventType = event.GetEventType();