]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed duplicate declaration of wxEntry.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 31 Aug 2003 21:44:48 +0000 (21:44 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 31 Aug 2003 21:44:48 +0000 (21:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/os2/app.h

index 34b038b56d7844ab7fa75cbf393f8edcff5dc6e1..4a4312085d08ba67c89d935715c4e9aff1d88537 100644 (file)
@@ -130,8 +130,6 @@ protected:
 
     DECLARE_EVENT_TABLE()
 };
-
-int WXDLLEXPORT wxEntry( int argc, char *argv[] );
 #endif
     // _WX_APP_H_