X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9bb1b0554014ee7f1e482d64c899ecef0391e74b..8f520a56b7bacb0c685526188dd5f7bdbf186470:/include/wx/x11/app.h?ds=sidebyside diff --git a/include/wx/x11/app.h b/include/wx/x11/app.h index f0ca6237ee..71a56be26a 100644 --- a/include/wx/x11/app.h +++ b/include/wx/x11/app.h @@ -59,7 +59,6 @@ public: virtual void Exit(); virtual bool Yield(bool onlyIfNeeded = FALSE); - virtual bool ProcessIdle(); virtual void WakeUpIdle(); virtual bool OnInitGui(); @@ -69,14 +68,6 @@ public: void OnIdle(wxIdleEvent& event); - // Send idle event to all top-level windows. - // Returns TRUE if more idle time is requested. - bool SendIdleEvents(); - - // Send idle event to window and all subwindows - // Returns TRUE if more idle time is requested. - bool SendIdleEvents(wxWindow* win); - // Processes an X event. virtual bool ProcessXEvent(WXEvent* event);