]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/app.h
header includes cleanup
[wxWidgets.git] / include / wx / x11 / app.h
index 4c143232097e282d74e5ec15fbc26f9ae96a7c72..0ad9c3e79ed60c6ec04035074aa012a2ee863570 100644 (file)
 #ifndef _WX_APP_H_
 #define _WX_APP_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "app.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
@@ -49,12 +45,6 @@ public:
     // override base class (pure) virtuals
     // -----------------------------------
 
-    virtual int MainLoop();
-    virtual void ExitMainLoop();
-    virtual bool Initialized();
-    virtual bool Pending();
-    virtual void Dispatch();
-
     virtual void Exit();
 
     virtual bool Yield(bool onlyIfNeeded = FALSE);