aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-05-20 00:16:24 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-05-20 00:16:24 +0000
commit05cbc476f5bec2f8e6e13e5c1aeb199b3a614a07 (patch)
treee2c6b17ad453358d3e5de97d00a69bb4632e8c77 /src/decode.h
parent70d439736672922f4897f7b5b5e1a21dfae83040 (diff)
downloadmpd-05cbc476f5bec2f8e6e13e5c1aeb199b3a614a07.tar.gz
mpd-05cbc476f5bec2f8e6e13e5c1aeb199b3a614a07.tar.xz
mpd-05cbc476f5bec2f8e6e13e5c1aeb199b3a614a07.zip
get rid of seekError in DecoderControl
git-svn-id: https://svn.musicpd.org/mpd/trunk@1101 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/decode.h')
-rw-r--r--src/decode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/decode.h b/src/decode.h
index ef6ddeb46..33303dd26 100644
--- a/src/decode.h
+++ b/src/decode.h
@@ -52,7 +52,6 @@ typedef struct _DecoderControl {
volatile mpd_uint16 error;
volatile mpd_sint8 seek;
volatile mpd_sint16 seekChunk;
- volatile mpd_sint8 seekError;
volatile mpd_sint8 cycleLogFiles;
volatile double seekWhere;
char file[MAXPATHLEN+1];