From 89779c4648f036e987cc9e738e8736ab69ec170a Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Mon, 14 Feb 2022 21:27:26 +0100 Subject: [PATCH] Removed unused code --- main/modes/defaultmode.h | 1 - 1 file changed, 1 deletion(-) diff --git a/main/modes/defaultmode.h b/main/modes/defaultmode.h index 7e050b6..267147f 100644 --- a/main/modes/defaultmode.h +++ b/main/modes/defaultmode.h @@ -24,7 +24,6 @@ public: bool waitForGasLoslass{false}; bool waitForBremsLoslass{false}; - bool hybridModeActivated{false}; private: espchrono::millis_clock::time_point m_lastTime{espchrono::millis_clock::now()};