From 87d77923a6b62816336e53abd4217a119f14675d Mon Sep 17 00:00:00 2001 From: David Elliott Date: Wed, 2 Jul 2003 20:48:29 +0000 Subject: [PATCH] Removed conflicting wxEntry prototype git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/cocoa/app.h | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.50.0