removed old wxEntry() declaration

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-06-30 21:14:06 +00:00
parent 6abf9dacb0
commit 7e7d30dae4

View File

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