X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e39af974ef7846e26686ae39d74e4696c1fef0c3..9dabddc292a8066fd6bd172d1628589d61d5b791:/include/wx/gtk/app.h diff --git a/include/wx/gtk/app.h b/include/wx/gtk/app.h index 9b6143d198..ac03484769 100644 --- a/include/wx/gtk/app.h +++ b/include/wx/gtk/app.h @@ -10,7 +10,7 @@ #ifndef __GTKAPPH__ #define __GTKAPPH__ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface #endif @@ -52,9 +52,6 @@ public: virtual bool Yield(bool onlyIfNeeded = FALSE); virtual void WakeUpIdle(); - // implementation only from now on - void OnIdle( wxIdleEvent &event ); - virtual bool Initialize(int& argc, wxChar **argv); virtual void CleanUp();