Removed duplicate declaration of wxEntry.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis 2003-08-31 21:44:48 +00:00
parent 258836fa25
commit bf341e6e6c

View File

@ -130,8 +130,6 @@ protected:
DECLARE_EVENT_TABLE()
};
int WXDLLEXPORT wxEntry( int argc, char *argv[] );
#endif
// _WX_APP_H_