From: Mattia Barbon Date: Thu, 17 Jul 2003 22:25:30 +0000 (+0000) Subject: Remove incorrect and unnecessary wxEntryCleanup declaration. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f3e28ade43cf9d6bd1c158280939870249cc9d2a Remove incorrect and unnecessary wxEntryCleanup declaration. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/main.cpp b/src/msw/main.cpp index f761ec971a..c293e7c511 100644 --- a/src/msw/main.cpp +++ b/src/msw/main.cpp @@ -55,9 +55,6 @@ // function prototypes // ---------------------------------------------------------------------------- -// from src/msw/app.cpp -extern void WXDLLEXPORT wxEntryCleanup(); - static wxChar **ConvertToStandardCommandArgs(const wxChar *p, int& argc); // ============================================================================