From 3de912e2b956821782bd77acc6e12f66086c1926 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 31 Oct 2009 18:03:50 +0100 Subject: decoder_control: removed unused DECODE_TYPE macros --- src/decoder_control.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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 -#define DECODE_TYPE_FILE 0 -#define DECODE_TYPE_URL 1 - enum decoder_state { DECODE_STATE_STOP = 0, DECODE_STATE_START, -- cgit v1.2.3