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