]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/evtloop.cpp
finalize MAC implementation
[wxWidgets.git] / src / os2 / evtloop.cpp
index 143a0a2ca694ea241a25610cbc11131c5c1dbcac..38d378623b67351364f4817961d81d44661f78d4 100644 (file)
@@ -227,7 +227,7 @@ bool wxEventLoopImpl::SendIdleMessage()
 // wxEventLoop implementation
 // ============================================================================
 
-wxEventLoop *wxEventLoop::ms_activeLoop = NULL;
+wxEventLoop *wxEventLoopBase::ms_activeLoop = NULL;
 
 // ----------------------------------------------------------------------------
 // wxEventLoop running and exiting
@@ -238,11 +238,6 @@ wxEventLoop::~wxEventLoop()
     wxASSERT_MSG( !m_impl, _T("should have been deleted in Run()") );
 }
 
-bool wxEventLoop::IsRunning() const
-{
-    return m_impl != NULL;
-}
-
 //////////////////////////////////////////////////////////////////////////////
 //
 // Keep trying to process messages until WM_QUIT