aboutsummaryrefslogtreecommitdiffstats
path: root/src/mpdclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpdclient.c')
-rw-r--r--src/mpdclient.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mpdclient.c b/src/mpdclient.c
index d950e254d..5697bd85d 100644
--- a/src/mpdclient.c
+++ b/src/mpdclient.c
@@ -63,6 +63,8 @@ error_cb(mpdclient_t *c, gint error, gchar *msg)
}
#ifdef DEBUG
+// Unused ath the moment
+/*
#include "strfsong.h"
static gchar *
@@ -73,7 +75,7 @@ get_song_name(mpd_Song *song)
strfsong(name, 256, "[%artist% - ]%title%|%file%", song);
return name;
}
-
+*/
#endif
/****************************************************************************/