]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/data.cpp
fixed reverted #if condition around wxDoLogTraceWchar
[wxWidgets.git] / src / gtk / data.cpp
index c4396ae97a10845424470974c0afcf8709b4032b..6a0f2172c6ab69039e48706703ddd5b9b3423db8 100644 (file)
@@ -11,9 +11,6 @@
 #include "wx/wxprec.h"
 
 #ifndef WX_PRECOMP
-    #include "wx/object.h"
-    #include "wx/window.h"
-    #include "wx/dc.h"
     #include "wx/cursor.h"
 #endif
 
@@ -29,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;