]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove incorrect and unnecessary wxEntryCleanup declaration.
authorMattia Barbon <mbarbon@cpan.org>
Thu, 17 Jul 2003 22:25:30 +0000 (22:25 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 17 Jul 2003 22:25:30 +0000 (22:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22064 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/main.cpp

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