summaryrefslogtreecommitdiff
path: root/playlist.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-21 14:37:47 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-21 14:37:47 +0100
commit3b2fe9613863354ed34940688242703e75ca541f (patch)
tree99473f4da7381a54b167d06bdbe1bda256a61684 /playlist.h
parent61a055d0155900655897fecce3e1b799056cf90a (diff)
fixed redraw of playing track after decoder->init failure
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;