]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/evtloop.cpp
renamed notebook.cpp to auibook.cpp
[wxWidgets.git] / src / mgl / evtloop.cpp
index 10f6b5d12eb2cff4d0d4989daa98f731dd5b4f46..076009f6d45c49a58c773e8734076f33a56bb40c 100644 (file)
     #include "wx/window.h"
     #include "wx/app.h"
     #include "wx/thread.h"
+    #include "wx/timer.h"
 #endif //WX_PRECOMP
 
 #include "wx/evtloop.h"
-#include "wx/timer.h"
 #include "wx/mgl/private.h"
 
 // ----------------------------------------------------------------------------
@@ -104,8 +104,6 @@ bool wxEventLoopImpl::SendIdleEvent()
 // wxEventLoop running and exiting
 // ----------------------------------------------------------------------------
 
-wxEventLoop *wxEventLoopBase::ms_activeLoop = NULL;
-
 wxEventLoop::~wxEventLoop()
 {
     wxASSERT_MSG( !m_impl, _T("should have been deleted in Run()") );