X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1acd70f921609754caa7f1a6cd9ade044b0b3c19..e5ee4c908b9dbcf07f0441aa74d8635b7343be4d:/include/wx/mgl/timer.h diff --git a/include/wx/mgl/timer.h b/include/wx/mgl/timer.h index a97030f2be..320496eda6 100644 --- a/include/wx/mgl/timer.h +++ b/include/wx/mgl/timer.h @@ -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) };