From 0b34c6a69585128607819dd7893b9702594bdbf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gu=C3=B0ni=20M=C3=A1r=20Gilbert?= Date: Sat, 29 Apr 2023 10:24:04 +0000 Subject: [PATCH] cleanup: Remove unused LcdCommands state This may help the compiler generate smaller code Change in memory: Flash: -2 bytes SRAM: 0 bytes --- Firmware/ultralcd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Firmware/ultralcd.h b/Firmware/ultralcd.h index d9ef0ba81..541215853 100755 --- a/Firmware/ultralcd.h +++ b/Firmware/ultralcd.h @@ -113,7 +113,6 @@ extern void lcd_bed_calibration_show_result(BedSkewOffsetDetectionResultType res enum class LcdCommands : uint_least8_t { Idle, - LoadFilament, StopPrint, LongPause, PidExtruder,