X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/223d09f6b523aac674ef9b72a883dfa8d37c5d4e..e959aee256848b44a21cc9fe95570dab55c51658:/src/msw/data.cpp diff --git a/src/msw/data.cpp b/src/msw/data.cpp index f9d4da15a8..616d416e36 100644 --- a/src/msw/data.cpp +++ b/src/msw/data.cpp @@ -37,12 +37,6 @@ wxWindowList wxTopLevelWindows; // List of windows pending deletion wxList WXDLLEXPORT wxPendingDelete; -// List of events pending processing -#if wxUSE_THREADS -wxList *wxPendingEvents = NULL; -wxCriticalSection *wxPendingEventsLocker = NULL; -#endif - // Current cursor, in order to hang on to // cursor handle when setting the cursor globally wxCursor *g_globalCursor = NULL;