]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/evtloop.mm
[ 1509599 ] 'Split pickers page in widgets sample' with more icons and rebaking.
[wxWidgets.git] / src / cocoa / evtloop.mm
index 4a3a94be67eb2bacb174204e1a1cfbaa4024f423..add5528e947aca0685ca803a963e545ebb6f742f 100644 (file)
@@ -48,8 +48,6 @@ private:
 // wxEventLoop running and exiting
 // ----------------------------------------------------------------------------
 
-wxEventLoop *wxEventLoopBase::ms_activeLoop = NULL;
-
 wxEventLoop::~wxEventLoop()
 {
     wxASSERT_MSG( !m_impl, _T("should have been deleted in Run()") );