Clean up, optimize ExtUI/TFT code (#21333)

This commit is contained in:
Scott Lahteine
2021-04-29 08:45:16 -05:00
parent 59a9be5f5a
commit ead6d99069
20 changed files with 319 additions and 332 deletions
-2
View File
@@ -23,8 +23,6 @@
#include "../inc/MarlinConfig.h"
#define IFSD(A,B) TERN(SDSUPPORT,A,B)
#if ENABLED(SDSUPPORT)
extern const char M23_STR[], M24_STR[];