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