diff options
author | Max Kellermann <max@duempel.org> | 2009-10-31 18:03:50 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-31 18:03:50 +0100 |
commit | 3de912e2b956821782bd77acc6e12f66086c1926 (patch) | |
tree | 9f031b561d1b89c378e9325392bec8679a5f42c2 /src/decoder_control.h | |
parent | 04816a6369b3a5277dfcb4cc7dbbe66881a2a7e9 (diff) | |
download | mpd-3de912e2b956821782bd77acc6e12f66086c1926.tar.gz mpd-3de912e2b956821782bd77acc6e12f66086c1926.tar.xz mpd-3de912e2b956821782bd77acc6e12f66086c1926.zip |
decoder_control: removed unused DECODE_TYPE macros
Diffstat (limited to 'src/decoder_control.h')
-rw-r--r-- | src/decoder_control.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/decoder_control.h b/src/decoder_control.h index 703ea256c..6a04a1617 100644 --- a/src/decoder_control.h +++ b/src/decoder_control.h @@ -26,9 +26,6 @@ #include <assert.h> -#define DECODE_TYPE_FILE 0 -#define DECODE_TYPE_URL 1 - enum decoder_state { DECODE_STATE_STOP = 0, DECODE_STATE_START, |