]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/evtloop.cpp
fix memory leak (coverity checker CID 53)
[wxWidgets.git] / src / gtk1 / evtloop.cpp
index 7d9af25874b0ffc7d730034d6b1cf0ee2ebd72cb..d684ccb0eb167877e416b8f85a6350b41a30b8be 100644 (file)
@@ -56,8 +56,6 @@ private:
 // wxEventLoop running and exiting
 // ----------------------------------------------------------------------------
 
-wxEventLoop *wxEventLoopBase::ms_activeLoop = NULL;
-
 wxEventLoop::~wxEventLoop()
 {
     wxASSERT_MSG( !m_impl, _T("should have been deleted in Run()") );