From 7728856b75c201016a30145673bc8a85be96fdfe Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 28 Mar 2003 20:57:33 +0000 Subject: [PATCH] simplified definition git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19856 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/app.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/wx/mac/app.h b/include/wx/mac/app.h index 49afac4c3a..23b4cb0a60 100644 --- a/include/wx/mac/app.h +++ b/include/wx/mac/app.h @@ -197,11 +197,6 @@ private: short m_currentRefNum ; } ; -// TODO: add platform-specific arguments -#ifndef __DARWIN__ -int WXDLLEXPORT wxEntry( int argc, char *argv[] , bool enterLoop = TRUE); -#endif - #endif // _WX_APP_H_ -- 2.47.2