summaryrefslogtreecommitdiff
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
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
-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];
49 49
50static void loopit(void) 50static void loopit(void)
51{ 51{
52 int center = 0;
53 int b; 52 int b;
54 int y=0; 53 int y=0;
55 int x=16; 54 int x=16;