From: Vadim Zeitlin Date: Mon, 30 Jun 2003 21:14:06 +0000 (+0000) Subject: removed old wxEntry() declaration X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7e7d30dae43fdac8af24bc52d200ab6dd1557b78 removed old wxEntry() declaration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/motif/app.h b/include/wx/motif/app.h index fef30fbcdc..246cb618fa 100644 --- a/include/wx/motif/app.h +++ b/include/wx/motif/app.h @@ -110,8 +110,6 @@ private: DECLARE_EVENT_TABLE() }; -int WXDLLEXPORT wxEntry( int argc, char *argv[] ); - #endif // _WX_APP_H_