fix commander: remove unused variable rtl_on

This commit is contained in:
Beat Küng 2016-12-21 13:34:49 +01:00 committed by Lorenz Meier
parent ffe4688d0b
commit db2efa79da

View File

@ -217,7 +217,6 @@ static struct cpuload_s cpuload = {};
static uint8_t main_state_prev = 0;
static bool warning_action_on = false;
static bool rtl_on = false;
static bool last_overload = false;
static struct status_flags_s status_flags = {};