From bf341e6e6ca30b0fe9f6b0364bd684c8f0b6acb5 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 31 Aug 2003 21:44:48 +0000 Subject: [PATCH] Removed duplicate declaration of wxEntry. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/app.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wx/os2/app.h b/include/wx/os2/app.h index 34b038b56d..4a4312085d 100644 --- a/include/wx/os2/app.h +++ b/include/wx/os2/app.h @@ -130,8 +130,6 @@ protected: DECLARE_EVENT_TABLE() }; - -int WXDLLEXPORT wxEntry( int argc, char *argv[] ); #endif // _WX_APP_H_ -- 2.45.2