From 897fd9282781d2f90dc4193cca908f1b17e00cb0 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Sun, 8 May 2011 10:34:05 +0000 Subject: codeclib: Declare several variables static and remove unused variables. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29831 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/lib/codeclib.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/codecs/lib/codeclib.h') 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 @@ #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 */ -- cgit v1.2.3