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:
parent
a354aad762
commit
0b34c6a695
|
|
@ -113,7 +113,6 @@ extern void lcd_bed_calibration_show_result(BedSkewOffsetDetectionResultType res
|
|||
enum class LcdCommands : uint_least8_t
|
||||
{
|
||||
Idle,
|
||||
LoadFilament,
|
||||
StopPrint,
|
||||
LongPause,
|
||||
PidExtruder,
|
||||
|
|
|
|||
Loading…
Reference in New Issue