X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a8123c1359cb21b246cc9f97d96993d8cff685fe..931d6a47c32a5b4c283243cb553ce71ee2b535d5:/include/wx/osx/cocoa/evtloop.h?ds=inline diff --git a/include/wx/osx/cocoa/evtloop.h b/include/wx/osx/cocoa/evtloop.h index 7ae6981b29..ab15dd94af 100644 --- a/include/wx/osx/cocoa/evtloop.h +++ b/include/wx/osx/cocoa/evtloop.h @@ -16,8 +16,6 @@ public: wxGUIEventLoop(); ~wxGUIEventLoop(); - int Run(); - void BeginModalSession( wxWindow* modalWindow ); void EndModalSession(); @@ -27,8 +25,6 @@ public: void OSXUseLowLevelWakeup(bool useIt) { m_osxLowLevelWakeUp = useIt ; } - void OSXOnWillTerminate(); - protected: virtual int DoDispatchTimeout(unsigned long timeout);