X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dde19c2180ef8d6415af7bb2492bfcb0a2d5c7e4..e143fb636d50d5802dcc8c7c2e9e8e2944afa467:/include/wx/app.h diff --git a/include/wx/app.h b/include/wx/app.h index 8a6a135df9..2aa047d3a9 100644 --- a/include/wx/app.h +++ b/include/wx/app.h @@ -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();