diff options
author | Thomas Jarosch <tomj@simonv.com> | 2011-08-25 19:24:16 +0000 |
---|---|---|
committer | Thomas Jarosch <tomj@simonv.com> | 2011-08-25 19:24:16 +0000 |
commit | 0d651ddc4897e474eb601ddc1e9a903643e10f51 (patch) | |
tree | 2482dda7144575b5877a790d6a4d2d8d51398a0f /apps/plugins | |
parent | 59b8c7816fde56a721dea6d25cf08d45e17e1ffd (diff) |
Remove now unneeded variable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30346 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r-- | apps/plugins/resistor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/resistor.c b/apps/plugins/resistor.c index 06d3bf9d7a..e7693f6272 100644 --- a/apps/plugins/resistor.c +++ b/apps/plugins/resistor.c @@ -783,7 +783,6 @@ static void resistance_to_color(void) int menu_selection; int menu_selection_tol; int button_press; - int i; bool quit = false; char kbd_buffer [10]; int kbd_input_int; |