aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_control.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-31 18:03:50 +0100
committerMax Kellermann <max@duempel.org>2009-10-31 18:03:50 +0100
commit3de912e2b956821782bd77acc6e12f66086c1926 (patch)
tree9f031b561d1b89c378e9325392bec8679a5f42c2 /src/decoder_control.h
parent04816a6369b3a5277dfcb4cc7dbbe66881a2a7e9 (diff)
decoder_control: removed unused DECODE_TYPE macros
Diffstat (limited to 'src/decoder_control.h')
-rw-r--r--src/decoder_control.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/decoder_control.h b/src/decoder_control.h
index 703ea256..6a04a161 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,