From a509f6bcdde06fe2845fe379086bc30462c32ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 24 Nov 2001 23:56:02 +0000 Subject: [PATCH] better behaviour of wxMGL's wxTimer w.r.t. memory allocations git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mgl/timer.h | 4 ---- 1 file changed, 4 deletions(-) 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) };