X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fb46a9a6c6f291806a5fecbb848930c344e17e11..0bafad0cf468cdd3b035ec8eb33e30a4e93eee42:/src/os2/data.cpp diff --git a/src/os2/data.cpp b/src/os2/data.cpp index ae00740978..d899b9771a 100644 --- a/src/os2/data.cpp +++ b/src/os2/data.cpp @@ -29,12 +29,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;