]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
doing WakeUp in osx_carbon differently for the main event as well
[wxWidgets.git] / include / wx / app.h
index 4b0c4fbc9dbfba26723ee71ab2304293e847e22a..0ea4a57464a97153b323b2c823723abada2dcc24 100644 (file)
@@ -562,10 +562,6 @@ public:
         // it should return true if more idle events are needed, false if not
     virtual bool ProcessIdle();
 
-        // Send idle event to window and all subwindows
-        // Returns true if more idle time is requested.
-    virtual bool SendIdleEvents(wxWindow* win, wxIdleEvent& event);
-
         // override base class version: GUI apps always use an event loop
     virtual bool UsesEventLoop() const { return true; }