]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/event.cpp
Partial fix for big_endian image conversion probs.
[wxWidgets.git] / src / common / event.cpp
index 71dfc2660c4670f23f50eb63c4680b68deec4376..fb953f101acdfd9b4adf8c371d30f0ad53f0d1f8 100644 (file)
@@ -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 )
 {