Skip to content

Commit 6044cb9

Browse files
committed
🌐 Remove unused strings
1 parent ded810c commit 6044cb9

File tree

6 files changed

+0
-12
lines changed

6 files changed

+0
-12
lines changed

Marlin/src/lcd/language/language_de.h

-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ namespace Language_de {
5454
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Software-Endstopp");
5555
LSTR MSG_MAIN_MENU = _UxGT("Hauptmenü");
5656
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Erw. Einstellungen");
57-
LSTR MSG_TOOLBAR_SETUP = _UxGT("Toolbar Einstellung");
58-
LSTR MSG_OPTION_DISABLED = _UxGT("Option Deaktiviert");
5957
LSTR MSG_CONFIGURATION = _UxGT("Konfiguration");
6058
LSTR MSG_RUN_AUTO_FILES = _UxGT("Autostart");
6159
LSTR MSG_DISABLE_STEPPERS = _UxGT("Motoren deaktivieren"); // M84 :: Max length 19 characters

Marlin/src/lcd/language/language_en.h

-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ namespace Language_en {
6969
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Soft Endstops");
7070
LSTR MSG_MAIN_MENU = _UxGT("Main Menu");
7171
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Advanced Settings");
72-
LSTR MSG_TOOLBAR_SETUP = _UxGT("Toolbar Setup");
73-
LSTR MSG_OPTION_DISABLED = _UxGT("Option Disabled");
7472
LSTR MSG_CONFIGURATION = _UxGT("Configuration");
7573
LSTR MSG_RUN_AUTO_FILES = _UxGT("Run Auto Files");
7674
LSTR MSG_DISABLE_STEPPERS = _UxGT("Disable Steppers");

Marlin/src/lcd/language/language_it.h

-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ namespace Language_it {
6464
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Finecorsa Soft");
6565
LSTR MSG_MAIN_MENU = _UxGT("Menu principale");
6666
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Impostaz. avanzate");
67-
LSTR MSG_TOOLBAR_SETUP = _UxGT("Cnf barra strumenti");
68-
LSTR MSG_OPTION_DISABLED = _UxGT("Opzione disab.");
6967
LSTR MSG_CONFIGURATION = _UxGT("Configurazione");
7068
LSTR MSG_RUN_AUTO_FILES = _UxGT("Esegui files auto");
7169
LSTR MSG_DISABLE_STEPPERS = _UxGT("Disabilita Motori");

Marlin/src/lcd/language/language_ru.h

-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ namespace Language_ru {
5252
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Расшир. настройки");
5353
LSTR MSG_KILL_SUBCALL_OVERFLOW = _UxGT("Переполн. вызова");
5454
#endif
55-
LSTR MSG_TOOLBAR_SETUP = _UxGT("Настр. инструменты");
56-
LSTR MSG_OPTION_DISABLED = _UxGT("Опция отключена");
5755
LSTR MSG_MEDIA_READ_ERROR = _UxGT("Ошибка чтения");
5856
LSTR MSG_MEDIA_USB_REMOVED = _UxGT("USB диск удалён");
5957
LSTR MSG_MEDIA_USB_FAILED = _UxGT("Ошибка USB диска");

Marlin/src/lcd/language/language_sk.h

-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ namespace Language_sk {
6767
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Soft. endstopy");
6868
LSTR MSG_MAIN_MENU = _UxGT("Hlavná ponuka");
6969
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Pokročilé nastav.");
70-
LSTR MSG_TOOLBAR_SETUP = _UxGT("Panel nástrojov");
71-
LSTR MSG_OPTION_DISABLED = _UxGT("Možnosť vypnutá");
7270
LSTR MSG_CONFIGURATION = _UxGT("Konfigurácia");
7371
LSTR MSG_RUN_AUTO_FILES = _UxGT("Auto-štart");
7472
LSTR MSG_DISABLE_STEPPERS = _UxGT("Uvolniť motory");

Marlin/src/lcd/language/language_tr.h

-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ namespace Language_tr {
5757
LSTR MSG_LCD_SOFT_ENDSTOPS = _UxGT("Yazılımsal Endstops");
5858
LSTR MSG_MAIN_MENU = _UxGT("Ana");
5959
LSTR MSG_ADVANCED_SETTINGS = _UxGT("Gelişmiş Ayarlar");
60-
LSTR MSG_TOOLBAR_SETUP = _UxGT("Araç Çubuğu Kurulumu");
61-
LSTR MSG_OPTION_DISABLED = _UxGT("Seçenek Devre Dışı");
6260
LSTR MSG_CONFIGURATION = _UxGT("Yapılandırma");
6361
LSTR MSG_RUN_AUTO_FILES = _UxGT("Oto. Başlat");
6462
LSTR MSG_DISABLE_STEPPERS = _UxGT("Motorları Durdur");

0 commit comments

Comments
 (0)