From 18f0a2c5aa8585a77b0859f54211980bbbd74c51 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 27 Jun 2003 00:07:05 +0000 Subject: [PATCH] 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 --- src/common/event.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/event.cpp b/src/common/event.cpp index 1aac4f55ba..3bde6aaa5d 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -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(); -- 2.47.2