projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
implementation changes to closer follow MSW, crashes fixed
[wxWidgets.git]
/
src
/
motif
/
main.cpp
diff --git
a/src/motif/main.cpp
b/src/motif/main.cpp
index dc27c4abe98b04433d9a4889be6b67e1493f781d..f904fa1f1e91a61f3ba9217e9f1796fd27745e70 100644
(file)
--- a/
src/motif/main.cpp
+++ b/
src/motif/main.cpp
@@
-9,10
+9,4
@@
// 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.