summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'playlist.h')
-rw-r--r--playlist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/playlist.h b/playlist.h
index 1a13ef8d..40cfa1d6 100644
--- a/playlist.h
+++ b/playlist.h
@@ -35,7 +35,6 @@ typedef struct playItem_s {
int shufflerating; // sort order for shuffle mode
float playtime; // total playtime
time_t started_timestamp; // result of calling time(NULL)
- const char *filetype; // e.g. MP3 or OGG
// private area, must not be visible to plugins
float _duration;
uint32_t _flags;