]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/app.h
use univ/setup.h when building wxUniv
[wxWidgets.git] / include / wx / x11 / app.h
index 71a56be26a8a221a2c60b3962f5bab6336944df4..fb7e97cffcb2b87a36494f20fc4889a1591e64e9 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_APP_H_
 #define _WX_APP_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "app.h"
 #endif
 
@@ -66,8 +66,6 @@ public:
     // implementation from now on
     // --------------------------
     
-    void OnIdle(wxIdleEvent& event);
-    
     // Processes an X event.
     virtual bool ProcessXEvent(WXEvent* event);