X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fb46a9a6c6f291806a5fecbb848930c344e17e11..3f16e52c1396f7d58b29b2eea22d7715f0f4596b:/src/os2/main.cpp diff --git a/src/os2/main.cpp b/src/os2/main.cpp index acf359cdad..3a5802b172 100644 --- a/src/os2/main.cpp +++ b/src/os2/main.cpp @@ -9,10 +9,5 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -int wxEntry(int argc, char *argv[]); - -int main(int argc, char* argv[]) -{ - return wxEntry(argc, argv); -} +// We don't put main() in the library any more. SN.