]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/data.cpp
wxSlider should now display int values,
[wxWidgets.git] / src / gtk1 / data.cpp
index 3d2f42a3548136df9165cb06893fa9418b59d0e8..db66e05e73daa7d60bb440588d82486db29c0b15 100644 (file)
@@ -39,12 +39,6 @@ wxWindowList wxTopLevelWindows;
 /* List of windows pending deletion */
 wxList wxPendingDelete;
 
-#if wxUSE_THREADS
-/* List of events pending processing */
-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;