X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/924b84ab9461c95cf5c5386d1091ae0f7a8e7ce7..7f53010b0b020e509d2f371f54873970d6aad22d:/include/wx/app.h diff --git a/include/wx/app.h b/include/wx/app.h index 334c4d7c20..02c5aee54d 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -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 // --------------------------