summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/codeclib.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/lib/codeclib.h')
-rw-r--r--apps/codecs/lib/codeclib.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/codecs/lib/codeclib.h b/apps/codecs/lib/codeclib.h
index 30091c5333..d0f985b8e1 100644
--- a/apps/codecs/lib/codeclib.h
+++ b/apps/codecs/lib/codeclib.h
@@ -30,11 +30,6 @@
30#include "fft.h" 30#include "fft.h"
31 31
32extern struct codec_api *ci; 32extern struct codec_api *ci;
33extern size_t mem_ptr;
34extern size_t bufsize;
35extern unsigned char* mp3buf; /* The actual MP3 buffer from Rockbox */
36extern unsigned char* mallocbuf; /* The free space after the codec in the codec buffer */
37extern unsigned char* filebuf; /* The rest of the MP3 buffer */
38 33
39/* Standard library functions that are used by the codecs follow here */ 34/* Standard library functions that are used by the codecs follow here */
40 35