X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/41404da71e18d862bb419254f796a9b48e311d4a..848bc5ba1888bfa9fcbf5719b68a155ece28d7f6:/src/common/event.cpp diff --git a/src/common/event.cpp b/src/common/event.cpp index 71dfc2660c..fb953f101a 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -791,8 +791,6 @@ void wxEvtHandler::Connect( int id, int lastId, m_dynamicEvents->Append( (wxObject*) entry ); } -#if 0 -// DW: not in header anymore??? bool wxEvtHandler::Disconnect( int id, int lastId, wxEventType eventType, wxObjectEventFunction func, wxObject *userData ) @@ -819,7 +817,6 @@ bool wxEvtHandler::Disconnect( int id, int lastId, wxEventType eventType, } return FALSE; } -#endif bool wxEvtHandler::SearchDynamicEventTable( wxEvent& event ) {