From ac038711740fdc1ec7871058910cb97ecacb5ae4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 26 Jun 2015 07:59:58 +0200 Subject: Main: remove g_set_application_name() call Since we are removing GLib, this call is useless. --- src/Main.cxx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Main.cxx b/src/Main.cxx index f1a35b709..ba47856a0 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -102,10 +102,6 @@ #include "org_musicpd_Bridge.h" #endif -#ifdef HAVE_GLIB -#include -#endif - #ifdef ENABLE_SYSTEMD_DAEMON #include #endif @@ -440,10 +436,6 @@ int mpd_main(int argc, char *argv[]) setlocale(LC_CTYPE,""); setlocale(LC_COLLATE, ""); #endif - -#ifdef HAVE_GLIB - g_set_application_name("Music Player Daemon"); -#endif #endif if (!IcuInit(error)) { -- cgit v1.2.3