aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-06-26 07:59:58 +0200
committerMax Kellermann <max@duempel.org>2015-06-26 07:59:58 +0200
commitac038711740fdc1ec7871058910cb97ecacb5ae4 (patch)
tree25a886dbecd60ff772880ca9e8f8b85dc9cbc0be /src
parent2a086d20c631289c034f69ce175b25851963adf6 (diff)
downloadmpd-ac038711740fdc1ec7871058910cb97ecacb5ae4.tar.gz
mpd-ac038711740fdc1ec7871058910cb97ecacb5ae4.tar.xz
mpd-ac038711740fdc1ec7871058910cb97ecacb5ae4.zip
Main: remove g_set_application_name() call
Since we are removing GLib, this call is useless.
Diffstat (limited to 'src')
-rw-r--r--src/Main.cxx8
1 files changed, 0 insertions, 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 <glib.h>
-#endif
-
#ifdef ENABLE_SYSTEMD_DAEMON
#include <systemd/sd-daemon.h>
#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)) {