summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-03-24 21:30:11 +0100
committerGravatar waker <wakeroid@gmail.com>2011-03-24 21:30:11 +0100
commitfd04c7a395f4ac26942222e29e2dd9a8901bff41 (patch)
tree0ed33d33f0171603c7f6503b52f5512770e59fcd /playlist.h
parent2278425be18b7600c055e54e5777b44858e1af4e (diff)
got rid of filetype field in playitem structure
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;