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