From df5170830c41e7cdafcbcc070f7245970f84d233 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Wed, 22 Jun 2005 22:03:13 +0000 Subject: Fixed CODEC_BUFFER_SIZE mismatch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6830 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 6bd4ed7..68916b8 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -86,7 +86,6 @@ #else #define PLUGIN_BUFFER_SIZE 0x8000 #endif -#define CODEC_BUFFER_SIZE 0x3C000 #ifdef SIMULATOR #define PREFIX(_x_) sim_ ## _x_ -- cgit v1.1