X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4bb6408c2631988fab9925014c6619358bf867de..13b4df952c77383f50696e51fcbaa2d8bbd3b3b9:/src/motif/main.cpp diff --git a/src/motif/main.cpp b/src/motif/main.cpp index dc27c4abe9..9873a4d456 100644 --- a/src/motif/main.cpp +++ b/src/motif/main.cpp @@ -1,18 +1,12 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: main.cpp +// Name: src/motif/main.cpp // Purpose: Entry point // Author: Julian Smart // Modified by: // Created: 17/09/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows licence +// 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.