From 6ad1e4d99aba346440e984a232a312ea49561e7d Mon Sep 17 00:00:00 2001 From: NanoTech Date: Sun, 12 Oct 2014 16:23:33 -0600 Subject: Revert "Main: run the OS X native event loop" This reverts commit f0be48ff90503d9ffa5b295fd4454eec753950ee (except for the NEWS entry). If libdispatch (GCD) is used before forking, it can't safely be used again after forking. --- src/Main.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Main.cxx') diff --git a/src/Main.cxx b/src/Main.cxx index d17590e44..417e055d6 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -401,8 +401,6 @@ int main(int argc, char *argv[]) { #ifdef WIN32 return win32_main(argc, argv); -#elif __APPLE__ - return osx_main(argc, argv); #else return mpd_main(argc, argv); #endif -- cgit v1.2.3