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 5d33d7a4..d1023295 100644
--- a/playlist.h
+++ b/playlist.h
@@ -25,7 +25,6 @@
typedef struct playItem_s {
char *fname; // full pathname
-// struct DB_decoder_s *decoder; // codec to use with this file
const char *decoder_id;
int tracknum; // used for stuff like sid, nsf, cue (will be ignored by most codecs)
int startsample;