Browse Source

⚰️ Clean up dead option (#24006)

Robby Candra 3 years ago
parent
commit
6fa930f043
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/inc/Conditionals_LCD.h

+ 1
- 1
Marlin/src/inc/Conditionals_LCD.h View File

524
   #define HAS_LCDPRINT 1
524
   #define HAS_LCDPRINT 1
525
 #endif
525
 #endif
526
 
526
 
527
-#if ANY(HAS_DISPLAY, HAS_DWIN_E3V2, GLOBAL_STATUS_MESSAGE)
527
+#if ANY(HAS_DISPLAY, HAS_DWIN_E3V2)
528
   #define HAS_STATUS_MESSAGE 1
528
   #define HAS_STATUS_MESSAGE 1
529
 #endif
529
 #endif
530
 
530
 

Loading…
Cancel
Save