From: Václav Slavík Date: Thu, 4 Nov 2004 19:13:07 +0000 (+0000) Subject: m_wakeUpTimerTag is not used anywhere, removed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/448c8e496d016d837c1cdced2c3d20805eff225e m_wakeUpTimerTag is not used anywhere, removed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/gtk/app.h b/include/wx/gtk/app.h index 3fb0e93c8a..33b62e1c15 100644 --- a/include/wx/gtk/app.h +++ b/include/wx/gtk/app.h @@ -56,9 +56,6 @@ public: #endif // __WXDEBUG__ gint m_idleTag; -#if wxUSE_THREADS - gint m_wakeUpTimerTag; -#endif unsigned char *m_colorCube; // Used by the the wxGLApp and wxGLCanvas class for GL-based X visual diff --git a/include/wx/gtk1/app.h b/include/wx/gtk1/app.h index 3fb0e93c8a..33b62e1c15 100644 --- a/include/wx/gtk1/app.h +++ b/include/wx/gtk1/app.h @@ -56,9 +56,6 @@ public: #endif // __WXDEBUG__ gint m_idleTag; -#if wxUSE_THREADS - gint m_wakeUpTimerTag; -#endif unsigned char *m_colorCube; // Used by the the wxGLApp and wxGLCanvas class for GL-based X visual