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
This commit is contained in:
Eric Wong 2007-09-07 00:59:29 +00:00
parent 56274fd016
commit 45c9989849

View File

@ -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;