]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/app.h
no real change; just add the standard separator where it's missing
[wxWidgets.git] / include / wx / dfb / app.h
index 2034b3c77dad757b13cc24484d843fd5f5dc3534..5407b18c5ade6cdc1d3facdf02aa6a04ef2fdecf 100644 (file)
@@ -32,7 +32,6 @@ public:
     virtual void CleanUp();
 
     virtual void WakeUpIdle();
-    virtual bool Yield(bool onlyIfNeeded = false);
 
     virtual wxVideoMode GetDisplayMode() const;
     virtual bool SetDisplayMode(const wxVideoMode& mode);
@@ -41,7 +40,6 @@ private:
     wxVideoMode m_videoMode;
 
     DECLARE_DYNAMIC_CLASS(wxApp)
-    DECLARE_EVENT_TABLE()
 };
 
 #endif // _WX_DFB_APP_H_