From: David Elliott Date: Wed, 2 Jul 2003 20:48:29 +0000 (+0000) Subject: Removed conflicting wxEntry prototype X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/87d77923a6b62816336e53abd4217a119f14675d Removed conflicting wxEntry prototype git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/cocoa/app.h b/include/wx/cocoa/app.h index cb9c7d933e..7e1a3d832d 100644 --- a/include/wx/cocoa/app.h +++ b/include/wx/cocoa/app.h @@ -12,9 +12,6 @@ #ifndef _WX_COCOA_APP_H_ #define _WX_COCOA_APP_H_ -// entrypoint -int WXDLLEXPORT wxEntry( int argc, char *argv[] ); - // Represents the application. Derive OnInit and declare // a new App object to start application class WXDLLEXPORT wxApp: public wxAppBase