]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed conflicting wxEntry prototype
authorDavid Elliott <dfe@tgwbd.org>
Wed, 2 Jul 2003 20:48:29 +0000 (20:48 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Wed, 2 Jul 2003 20:48:29 +0000 (20:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/cocoa/app.h

index cb9c7d933ebd85c034f98ead5b4c731f34fed624..7e1a3d832da4c99d1e9c215d9888c07ceb1717eb 100644 (file)
@@ -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