decoder_control: removed unused DECODE_TYPE macros

This commit is contained in:
Max Kellermann 2009-10-31 18:03:50 +01:00
parent 04816a6369
commit 3de912e2b9
1 changed files with 0 additions and 3 deletions

View File

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