diff options
Diffstat (limited to '')
-rw-r--r-- | src/Main.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index b31c51b4d..9972b5cdd 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -437,11 +437,6 @@ int mpd_main(int argc, char *argv[]) #ifdef HAVE_GLIB g_set_application_name("Music Player Daemon"); - -#if !GLIB_CHECK_VERSION(2,32,0) - /* enable GLib's thread safety code */ - g_thread_init(nullptr); -#endif #endif #endif |