From 4d5fbd09c2a428c7bbb289ceb5492211da72c14c Mon Sep 17 00:00:00 2001 From: OliE Date: Fri, 2 Jan 2015 09:15:57 +0100 Subject: [PATCH] removed an unused variable --- arduino_mcu/openScale_MCU/openScale_MCU.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/arduino_mcu/openScale_MCU/openScale_MCU.ino b/arduino_mcu/openScale_MCU/openScale_MCU.ino index ff72fa18..08468e46 100644 --- a/arduino_mcu/openScale_MCU/openScale_MCU.ino +++ b/arduino_mcu/openScale_MCU/openScale_MCU.ino @@ -73,8 +73,6 @@ int no_activity_cycles = 0; volatile boolean sleep_state = true; -volatile boolean repeat_state = false; - int measured_weight = -1; int measured_fat = -1; int measured_water = -1;