⚰️ Clean up dead option (#24006)

This commit is contained in:
Robby Candra 2022-04-10 07:44:31 +07:00 committed by Scott Lahteine
parent 4bdec5e993
commit 044bf8ab7e

View File

@ -523,7 +523,7 @@
#define HAS_LCDPRINT 1
#endif
#if ANY(HAS_DISPLAY, HAS_DWIN_E3V2, GLOBAL_STATUS_MESSAGE)
#if ANY(HAS_DISPLAY, HAS_DWIN_E3V2)
#define HAS_STATUS_MESSAGE 1
#endif