From f3e28ade43cf9d6bd1c158280939870249cc9d2a Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Thu, 17 Jul 2003 22:25:30 +0000 Subject: [PATCH] Remove incorrect and unnecessary wxEntryCleanup declaration. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/main.cpp | 3 --- 1 file changed, 3 deletions(-) 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); // ============================================================================