X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e0253070f52291f447076837bf1311195135bb95..5e673a6a2a0e1b70d9d6d653db08eb9d2508a6c2:/src/gtk1/main.cpp diff --git a/src/gtk1/main.cpp b/src/gtk1/main.cpp index a6ea36c74e..96d7e9e4b6 100644 --- a/src/gtk1/main.cpp +++ b/src/gtk1/main.cpp @@ -9,21 +9,6 @@ // 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