]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/data.cpp
wxUSE_RICHeDIT added
[wxWidgets.git] / src / msw / data.cpp
index f9d4da15a8c6e30d6b76466f73b5aea86bd6f1ad..616d416e36571ee469343da2da1e4a4ef72fa71a 100644 (file)
@@ -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;