aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2007-09-07 00:59:29 +0000
committerEric Wong <normalperson@yhbt.net>2007-09-07 00:59:29 +0000
commit45c99898494691f5070eee81f0f11b945ea81a07 (patch)
treedadaa0e8f5690a208cc6db1b7f48071b603c9742 /src
parent56274fd016faf5ddd9fb0e1d8ec470e4d2070721 (diff)
downloadmpd-45c99898494691f5070eee81f0f11b945ea81a07.tar.gz
mpd-45c99898494691f5070eee81f0f11b945ea81a07.tar.xz
mpd-45c99898494691f5070eee81f0f11b945ea81a07.zip
get rid of unused DECODE_SUFFIX_* #defines
These haven't been used for several years git-svn-id: https://svn.musicpd.org/mpd/trunk@6863 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src')
-rw-r--r--src/decode.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/decode.h b/src/decode.h
index f073c0d55..09eaec416 100644
--- a/src/decode.h
+++ b/src/decode.h
@@ -40,13 +40,6 @@
#define DECODE_ERROR_UNKTYPE 10
#define DECODE_ERROR_FILE 20
-#define DECODE_SUFFIX_MP3 1
-#define DECODE_SUFFIX_OGG 2
-#define DECODE_SUFFIX_FLAC 3
-#define DECODE_SUFFIX_AAC 4
-#define DECODE_SUFFIX_MP4 5
-#define DECODE_SUFFIX_WAVE 6
-
typedef struct _DecoderControl {
volatile mpd_sint8 state;
volatile mpd_sint8 stop;