summaryrefslogtreecommitdiffstats
path: root/apps/recorder/bounce.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-15 13:45:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-15 13:45:50 +0000
commit6828b8791a9a165e1cd9d2694a38510343d58d0e (patch)
treebdaea374942890188fdba562896aca7b25b84d90 /apps/recorder/bounce.c
parentc1ea15f4f9861819609860da40c9db8f649f596e (diff)
downloadrockbox-6828b8791a9a165e1cd9d2694a38510343d58d0e.tar.gz
rockbox-6828b8791a9a165e1cd9d2694a38510343d58d0e.zip
unused variable, remove compiler warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1015 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/bounce.c')
-rw-r--r--apps/recorder/bounce.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/recorder/bounce.c b/apps/recorder/bounce.c
index 2b02ee8d07..d1a35138c3 100644
--- a/apps/recorder/bounce.c
+++ b/apps/recorder/bounce.c
@@ -49,7 +49,6 @@ extern const unsigned char char_gen_12x16[][22];
static void loopit(void)
{
- int center = 0;
int b;
int y=0;
int x=16;