1
0
Fork 0
forked from len0rd/rockbox

codeclib: Declare several variables static and remove unused variables.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29831 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-05-08 10:34:05 +00:00
parent 75e3fb7edb
commit 897fd92827
2 changed files with 5 additions and 10 deletions

View file

@ -30,11 +30,6 @@
#include "fft.h"
extern struct codec_api *ci;
extern size_t mem_ptr;
extern size_t bufsize;
extern unsigned char* mp3buf; /* The actual MP3 buffer from Rockbox */
extern unsigned char* mallocbuf; /* The free space after the codec in the codec buffer */
extern unsigned char* filebuf; /* The rest of the MP3 buffer */
/* Standard library functions that are used by the codecs follow here */