cleanup: remove unused variable FSensorStateMenu

This commit is contained in:
Guðni Már Gilbert 2023-02-19 19:56:24 +00:00
parent 3cd97a5e8f
commit 66e629ba74
2 changed files with 0 additions and 3 deletions

View File

@ -67,8 +67,6 @@ uint8_t scrollstuff = 0;
int8_t SilentModeMenu = SILENT_MODE_OFF;
int8_t FSensorStateMenu = 1;
LcdCommands lcd_commands_type = LcdCommands::Idle;
static uint8_t lcd_commands_step = 0;
static bool extraPurgeNeeded = false; ///< lcd_commands - detect if extra purge after MMU-toolchange is necessary or not

View File

@ -125,7 +125,6 @@ enum class LcdCommands : uint_least8_t
};
extern LcdCommands lcd_commands_type;
extern int8_t FSensorStateMenu;
enum class CustomMsg : uint_least8_t
{