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