]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/window.h
moved XML classes to the core
[wxWidgets.git] / include / wx / x11 / window.h
index f6c76873d3413c666bab07a9d6138682d49be0a9..ef09a5ff93213691a924096001d926163e7e27b7 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_WINDOW_H_
 #define _WX_WINDOW_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "window.h"
 #endif
 
@@ -155,9 +155,6 @@ public:
     // OnInternalIdle
     virtual void OnInternalIdle();
     
-    // For compatibility across platforms (not in event table)
-    void OnIdle(wxIdleEvent& WXUNUSED(event)) {}
-    
 protected:
     // Responds to colour changes: passes event on to children.
     void OnSysColourChanged(wxSysColourChangedEvent& event);