aboutsummaryrefslogtreecommitdiffstats
path: root/src/decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/decode.h')
-rw-r--r--src/decode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/decode.h b/src/decode.h
index fbee97c82..29e25392f 100644
--- a/src/decode.h
+++ b/src/decode.h
@@ -59,8 +59,6 @@ typedef struct _DecoderControl {
volatile float totalTime;
} DecoderControl;
-void decode(void);
-
void decoderInit(void);
#endif