From 3b2fe9613863354ed34940688242703e75ca541f Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 21 Mar 2010 14:37:47 +0100 Subject: fixed redraw of playing track after decoder->init failure --- playlist.h | 1 - 1 file changed, 1 deletion(-) (limited to 'playlist.h') 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; -- cgit v1.2.3