diff options
| -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 06d3bf9..e7693f6 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; |