removing overridden ProcessIdle, reverting that part of r75289

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2015-01-10 09:13:50 +00:00
parent 510ae4e0b4
commit 606838b515
2 changed files with 0 additions and 41 deletions

View File

@@ -31,8 +31,6 @@ public:
#ifdef __WXOSX_COCOA__
// skip wxGUIEventLoop to avoid missing Enter/Exit notifications
virtual int Run() { return wxCFEventLoop::Run(); }
virtual bool ProcessIdle();
#endif
protected:
virtual void OSXDoRun();