]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/timer.h
compilation warning (and possible bug) fix
[wxWidgets.git] / include / wx / mgl / timer.h
index a97030f2be8b742706527a5be8f90e78c6943bd6..680fc17e69e3c5f15fed66dfb75c210b9b17a5a0 100644 (file)
@@ -20,7 +20,6 @@
 //-----------------------------------------------------------------------------
 
 class wxTimerDesc;
-class wxTimerScheduler;
 
 class WXDLLEXPORT wxTimer : public wxTimerBase
 {
@@ -44,9 +43,6 @@ protected:
 private:
     wxTimerDesc *m_desc;
     
-    static wxTimerScheduler *ms_scheduler;
-    static size_t            ms_timersCnt;
-    
     DECLARE_ABSTRACT_CLASS(wxTimer)
 };