Code

filelist: removed "path" attribute
[ncmpc.git] / src / filelist.h
index 3ad6cc2acbe72305d791a7b7121d3e819f9a6c30..6e13b23e5979b9e5e4d745d3c9a3fde60b867ec9 100644 (file)
@@ -30,15 +30,12 @@ typedef struct filelist_entry {
 } filelist_entry_t;
 
 typedef struct filelist {
-       /* path */
-       gchar *path;
-
        /* the list */
        GPtrArray *entries;
 } mpdclient_filelist_t;
 
 struct filelist *
-filelist_new(const char *path);
+filelist_new(void);
 
 void
 filelist_free(struct filelist *filelist);