]> git.saurik.com Git - wxWidgets.git/commitdiff
m_wakeUpTimerTag is not used anywhere, removed
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 4 Nov 2004 19:13:07 +0000 (19:13 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 4 Nov 2004 19:13:07 +0000 (19:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gtk/app.h
include/wx/gtk1/app.h

index 3fb0e93c8ae191f9a78cc924676116449dab1b56..33b62e1c154809bf60ee2efb2b8c67733aa5d8de 100644 (file)
@@ -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
index 3fb0e93c8ae191f9a78cc924676116449dab1b56..33b62e1c154809bf60ee2efb2b8c67733aa5d8de 100644 (file)
@@ -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