From 45c99898494691f5070eee81f0f11b945ea81a07 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 7 Sep 2007 00:59:29 +0000 Subject: 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 --- src/decode.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/decode.h') 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; -- cgit v1.2.3