X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fb46a9a6c6f291806a5fecbb848930c344e17e11..e7cda1c35004b118283ceeaba5a9522964140846:/src/os2/main.cpp

diff --git a/src/os2/main.cpp b/src/os2/main.cpp
index acf359cdad..2d1685e954 100644
--- a/src/os2/main.cpp
+++ b/src/os2/main.cpp
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        main.cpp
+// Name:        src/os2/main.cpp
 // Purpose:     Entry point
 // Author:      David Webster
 // Modified by:
@@ -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.