cleanup: remove unused variable FSensorStateMenu
This commit is contained in:
parent
3cd97a5e8f
commit
66e629ba74
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue