]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
define wxUSE_LINE_IN_LISTBOOK to avoid -Wundef warnings (but define it as 0 so thje...
[wxWidgets.git] / include / wx / app.h
index 334c4d7c206ca3ab54e3518cfe0ea70308b63ab0..02c5aee54d3bfee1fada5b7cb6a710af94adaf63 100644 (file)
@@ -433,12 +433,6 @@ public:
         // Perform standard OnIdle behaviour: call from port's OnIdle
     void OnIdle(wxIdleEvent& event);
 
-#if wxUSE_EXCEPTIONS
-    virtual void HandleEvent(wxEvtHandler *handler,
-                             wxEventFunction func,
-                             wxEvent& event) const;
-#endif // wxUSE_EXCEPTIONS
-
 
     // top level window functions
     // --------------------------