X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d48b06bd9039597545de9a862501d57c5f9ec1ea..b6ccc13c2fd78a1165782fd5b5bdd2950fb8fb2e:/include/wx/osx/app.h 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 ; }