X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2d120f8391920145647ec10e84629bc21fa9f1bb..b803274045e166c45d16f1d10c3e563b97685b74:/src/motif/main.cpp diff --git a/src/motif/main.cpp b/src/motif/main.cpp index e2eea40e29..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.