]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/app.h
make OSX defines to be 1, not only defined, for backwards compatibility reasons
[wxWidgets.git] / include / wx / gtk / app.h
index 87a2ff8c437e26157ed1fd2289293fcc0fd8cd64..630bf9b04d41f46b25705bf2d5a3537bd3c31763 100644 (file)
@@ -78,10 +78,6 @@ public:
     bool EventsPending();
     bool DoIdle();
 
-protected:
-
-    virtual bool DoYield(bool onlyIfNeeded, long eventsToProcess);
-
 private:
     // true if we're inside an assert modal dialog
 #ifdef __WXDEBUG__