Commit ac038711 authored by Max Kellermann's avatar Max Kellermann

Main: remove g_set_application_name() call

Since we are removing GLib, this call is useless.
parent 2a086d20
......@@ -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)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment