X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fb46a9a6c6f291806a5fecbb848930c344e17e11..f8a7e79913144094f2916cf20a44754841744ef9:/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.