diff options
Diffstat (limited to '')
-rw-r--r-- | src/utils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils.c b/src/utils.c index 574b8fa49..5f5940b03 100644 --- a/src/utils.c +++ b/src/utils.c @@ -19,7 +19,6 @@ */ #include "utils.h" -#include "ncmpc.h" #include "options.h" #include "support.h" @@ -81,8 +80,6 @@ gcmp_list_from_path(mpdclient_t *c, const gchar *path, GList *list, gint types) if ((filelist = mpdclient_filelist_get(c, path)) == NULL) return list; - D("retrieved filelist!\n"); - for (i = 0; i < filelist_length(filelist); ++i) { struct filelist_entry *entry = filelist_get(filelist, i); mpd_InfoEntity *entity = entry ? entry->entity : NULL; |