]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/data.cpp
fixed reverted #if condition around wxDoLogTraceWchar
[wxWidgets.git] / src / gtk / data.cpp
index 2918e4747e6a06914291da89fbbde32b16cb0fef..6a0f2172c6ab69039e48706703ddd5b9b3423db8 100644 (file)
@@ -26,7 +26,3 @@ bool g_blockEventsOnScroll = false;
 
 /* Don't allow window closing if there are open dialogs */
 int g_openDialogs = 0;
-
-/* true when the message queue is empty. this gets set to
-   false by all event callbacks before anything else is done */
-bool g_isIdle = false;