Remove incorrect and unnecessary wxEntryCleanup declaration.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2003-07-17 22:25:30 +00:00
parent f700f98cf5
commit f3e28ade43

View File

@ -55,9 +55,6 @@
// function prototypes
// ----------------------------------------------------------------------------
// from src/msw/app.cpp
extern void WXDLLEXPORT wxEntryCleanup();
static wxChar **ConvertToStandardCommandArgs(const wxChar *p, int& argc);
// ============================================================================