Remove unused defines

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22470 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Maurus Cuelenaere 2009-08-23 00:25:55 +00:00
parent 94419e9a62
commit 6bfce3bf63

View file

@ -164,18 +164,6 @@ enum filling_state {
/* As defined in plugins/lib/xxx2wav.h */
#define GUARD_BUFSIZE (32*1024)
/* As defined in plugin.lds */
#if defined(CPU_PP)
#define CODEC_IRAM_ORIGIN ((unsigned char *)0x4000c000)
#define CODEC_IRAM_SIZE ((size_t)0xc000)
#elif defined(IAUDIO_X5) || defined(IAUDIO_M5)
#define CODEC_IRAM_ORIGIN ((unsigned char *)0x10010000)
#define CODEC_IRAM_SIZE ((size_t)0x10000)
#else
#define CODEC_IRAM_ORIGIN ((unsigned char *)0x1000c000)
#define CODEC_IRAM_SIZE ((size_t)0xc000)
#endif
bool audio_is_initialized = false;
static bool audio_thread_ready SHAREDBSS_ATTR = false;