]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/app.h
naming changes
[wxWidgets.git] / include / wx / gtk / app.h
index 9b6143d1987a14955aab4ebbb0e9bc88cdc9c7a3..ac034847691a7139423aea28ea0ea4fae9f8d279 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef __GTKAPPH__
 #define __GTKAPPH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif
 
@@ -52,9 +52,6 @@ public:
     virtual bool Yield(bool onlyIfNeeded = FALSE);
     virtual void WakeUpIdle();
 
-    // implementation only from now on
-    void OnIdle( wxIdleEvent &event );
-
     virtual bool Initialize(int& argc, wxChar **argv);
     virtual void CleanUp();