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
This commit is contained in:
parent
279b1aea9d
commit
a509f6bcdd
@ -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)
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user