cleanup: Remove unused LcdCommands state

This may help the compiler generate smaller code

Change in memory:
Flash: -2 bytes
SRAM: 0 bytes
This commit is contained in:
Guðni Már Gilbert 2023-04-29 10:24:04 +00:00
parent a354aad762
commit 0b34c6a695
1 changed files with 0 additions and 1 deletions

View File

@ -113,7 +113,6 @@ extern void lcd_bed_calibration_show_result(BedSkewOffsetDetectionResultType res
enum class LcdCommands : uint_least8_t
{
Idle,
LoadFilament,
StopPrint,
LongPause,
PidExtruder,