X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dd435a79ed2c79e20621fbe6b1013a86a9e05fed..8ea92b4d7792987769774ac381685dae15c70454:/include/wx/gtk/app.h?ds=sidebyside diff --git a/include/wx/gtk/app.h b/include/wx/gtk/app.h index 834aaa338e..fd4fa6226b 100644 --- a/include/wx/gtk/app.h +++ b/include/wx/gtk/app.h @@ -41,8 +41,6 @@ public: virtual bool OnInitGui(); // override base class (pure) virtuals - virtual bool Initialized(); - virtual bool Yield(bool onlyIfNeeded = FALSE); virtual void WakeUpIdle(); @@ -58,9 +56,8 @@ public: #endif // __WXDEBUG__ gint m_idleTag; -#if wxUSE_THREADS - gint m_wakeUpTimerTag; -#endif + void RemoveIdleTag(); + unsigned char *m_colorCube; // Used by the the wxGLApp and wxGLCanvas class for GL-based X visual