]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/main.cpp
Fix so sound looping will stop, courtesy of Ryan Norton.
[wxWidgets.git] / src / mac / carbon / main.cpp
index 724d53723d1e0ef765fa3f9e52244e7d09dc6d03..ad5bd3326395366a359ef0c13c7fa6c26b624bb2 100644 (file)
@@ -9,10 +9,4 @@
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#include "wx/app.h"
-
-WXDLLEXPORT int main(int argc, char* argv[])
-{
-    return wxEntry(argc, argv);
-}
-
+// We don't put main() in the library any more. GD.