X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e0253070f52291f447076837bf1311195135bb95..306a5d95154602e34bd752aa18859931018d26d5:/src/gtk1/main.cpp diff --git a/src/gtk1/main.cpp b/src/gtk1/main.cpp index a6ea36c74e..d12f7cda27 100644 --- a/src/gtk1/main.cpp +++ b/src/gtk1/main.cpp @@ -6,24 +6,9 @@ // Created: 17/09/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#include "wx/app.h" -int wxEntry(int argc, char *argv[]); +// We don't put main() in the library any more. RR. - -#if defined(AIX) || defined(AIX4) || defined(____HPUX__) || defined(NOMAIN) - - // main in IMPLEMENT_WX_MAIN in IMPLEMENT_APP in app.h - -#else - - -int main(int argc, char* argv[]) -{ - return wxEntry(argc, argv); -} - -#endif