Move MSG_x_LINE to multi_language.h

This commit is contained in:
Scott Lahteine
2020-04-05 18:24:50 -05:00
parent 07b3f38269
commit fad9235cd8
6 changed files with 8 additions and 18 deletions

View File

@@ -557,10 +557,6 @@ namespace Language_en {
PROGMEM Language_Str MSG_SNAKE = _UxGT("Sn4k3");
PROGMEM Language_Str MSG_MAZE = _UxGT("Maze");
#define MSG_1_LINE(A) A "\0" "\0"
#define MSG_2_LINE(A,B) A "\0" B "\0"
#define MSG_3_LINE(A,B,C) A "\0" B "\0" C
//
// Filament Change screens show up to 3 lines on a 4-line display
// ...or up to 2 lines on a 3-line display