From: Vadim Zeitlin Date: Mon, 30 Jun 2003 21:01:48 +0000 (+0000) Subject: removed old wxEntry declarations X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6abf9dacb0ac222210b736b69e8059d4d7866ee6?ds=inline removed old wxEntry declarations git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mgl/app.h b/include/wx/mgl/app.h index 1142fd2da6..0fd4f65fde 100644 --- a/include/wx/mgl/app.h +++ b/include/wx/mgl/app.h @@ -70,6 +70,5 @@ private: wxDisplayModeInfo m_displayMode; }; -int WXDLLEXPORT wxEntry(int argc, char *argv[]); - #endif // __WX_APP_H__ + diff --git a/include/wx/x11/app.h b/include/wx/x11/app.h index edbe541820..f24b9c44c3 100644 --- a/include/wx/x11/app.h +++ b/include/wx/x11/app.h @@ -144,8 +144,5 @@ protected: DECLARE_EVENT_TABLE() }; -int WXDLLEXPORT wxEntry( int argc, char *argv[] ); - -#endif -// _WX_APP_H_ +#endif // _WX_APP_H_