]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/timer.h
Fixed typo in my last commit (it did break socket detection code :-( ).
[wxWidgets.git] / include / wx / mgl / timer.h
index a97030f2be8b742706527a5be8f90e78c6943bd6..320496eda6029463eb8b51d7703951d591cba021 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     wxTimer class
 // Author:      Vaclav Slavik
 // Id:          $Id$
-// Copyright:   (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
+// Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -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)
 };