diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-06-15 13:45:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-06-15 13:45:50 +0000 |
commit | 6828b8791a9a165e1cd9d2694a38510343d58d0e (patch) | |
tree | bdaea374942890188fdba562896aca7b25b84d90 /apps/recorder/bounce.c | |
parent | c1ea15f4f9861819609860da40c9db8f649f596e (diff) |
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.c | 1 |
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; |