From 71e86b08be014102efd9029e70920ca1180e2778 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 12 Jan 2006 23:10:29 +0000 Subject: [PATCH] wxEventLoop::ms_activeLoop is now defined in its own file git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/appcmn.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index 7f31949cb4..747e7e2ecd 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -63,9 +63,6 @@ WX_CHECK_BUILD_OPTIONS("wxCore") // this defines wxEventLoopPtr wxDEFINE_TIED_SCOPED_PTR_TYPE(wxEventLoop) -// define it here as we don't have common/evtloopcmn.cpp for now -wxEventLoop *wxEventLoopBase::ms_activeLoop = NULL; - // ============================================================================ // wxAppBase implementation // ============================================================================ -- 2.47.2