]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
no changes, just update the copyright in the header
[wxWidgets.git] / include / wx / app.h
index 8a6a135df983d94d3be021f20c48d1b15bd8f7fb..2aa047d3a9784874079df472dfebd15485fbac59 100644 (file)
@@ -83,9 +83,6 @@ public:
     // class OnInit() to do it.
     virtual bool OnInit();
 
-    // this is here only temporary hopefully (FIXME)
-    virtual bool OnInitGui() { return true; }
-
     // This is the replacement for the normal main(): all program work should
     // be done here. When OnRun() returns, the programs starts shutting down.
     virtual int OnRun();