]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/event.cpp
error msg when there are no files in wxFindFirst() removed
[wxWidgets.git] / src / common / event.cpp
index 79580ae5c119a92042b6594ca4805bb0b29de7c9..fb469f58e1978f3e73584a48cc44091e3e0dc6d3 100644 (file)
@@ -476,6 +476,7 @@ bool wxEvtHandler::SearchDynamicEventTable( wxEvent& event )
     return FALSE;
 };
 
+#if WXWIN_COMPATIBILITY
 bool wxEvtHandler::OnClose()
 {
     if (GetNextHandler())
@@ -483,3 +484,5 @@ bool wxEvtHandler::OnClose()
     else
         return FALSE;
 }
+#endif
+