X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/715e4f7e3e26595209b5fe8a9ad3e60cce317e5f..baac715443ebb90983c07cd1d29640a0b6410c53:/include/wx/app.h diff --git a/include/wx/app.h b/include/wx/app.h index 4b0c4fbc9d..0ea4a57464 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -562,10 +562,6 @@ public: // it should return true if more idle events are needed, false if not virtual bool ProcessIdle(); - // Send idle event to window and all subwindows - // Returns true if more idle time is requested. - virtual bool SendIdleEvents(wxWindow* win, wxIdleEvent& event); - // override base class version: GUI apps always use an event loop virtual bool UsesEventLoop() const { return true; }