X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4bb6408c2631988fab9925014c6619358bf867de..a33c7045d1b9ecc78a617bf0a568ca64a53c814b:/src/motif/main.cpp

diff --git a/src/motif/main.cpp b/src/motif/main.cpp
index dc27c4abe9..f904fa1f1e 100644
--- a/src/motif/main.cpp
+++ b/src/motif/main.cpp
@@ -9,10 +9,4 @@
 // 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. GD.