X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d48b06bd9039597545de9a862501d57c5f9ec1ea..9b49405777342458dc1666001865eef7309b6c30:/include/wx/osx/app.h?ds=sidebyside diff --git a/include/wx/osx/app.h b/include/wx/osx/app.h index ad80d008a5..02710e57b1 100644 --- a/include/wx/osx/app.h +++ b/include/wx/osx/app.h @@ -66,7 +66,6 @@ public: // Implementation virtual bool Initialize(int& argc, wxChar **argv); virtual void CleanUp(); - virtual bool DoYield(bool onlyIfNeeded, long eventsToProcess); // the installed application event handler WXEVENTHANDLERREF MacGetEventHandler() { return m_macEventHandler ; }