mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
locals: remove unused
- LOCALE_OPTIONS_ON_WITHOUT_MESSAGES - options.on.without_messages
This commit is contained in:
@@ -2273,7 +2273,6 @@ options.ntp_off DVB
|
|||||||
options.ntp_on NTP
|
options.ntp_on NTP
|
||||||
options.off aus
|
options.off aus
|
||||||
options.on ein
|
options.on ein
|
||||||
options.on.without_messages ohne Msg
|
|
||||||
options.start starten
|
options.start starten
|
||||||
options.stop stoppen
|
options.stop stoppen
|
||||||
osd.preset_screen_a Bildschirm 1
|
osd.preset_screen_a Bildschirm 1
|
||||||
|
@@ -2273,7 +2273,6 @@ options.ntp_off DVB
|
|||||||
options.ntp_on NTP
|
options.ntp_on NTP
|
||||||
options.off off
|
options.off off
|
||||||
options.on on
|
options.on on
|
||||||
options.on.without_messages Without msg
|
|
||||||
options.start start
|
options.start start
|
||||||
options.stop stop
|
options.stop stop
|
||||||
osd.preset_screen_a Screen 1
|
osd.preset_screen_a Screen 1
|
||||||
|
@@ -2300,7 +2300,6 @@ typedef enum
|
|||||||
LOCALE_OPTIONS_NTP_ON,
|
LOCALE_OPTIONS_NTP_ON,
|
||||||
LOCALE_OPTIONS_OFF,
|
LOCALE_OPTIONS_OFF,
|
||||||
LOCALE_OPTIONS_ON,
|
LOCALE_OPTIONS_ON,
|
||||||
LOCALE_OPTIONS_ON_WITHOUT_MESSAGES,
|
|
||||||
LOCALE_OPTIONS_START,
|
LOCALE_OPTIONS_START,
|
||||||
LOCALE_OPTIONS_STOP,
|
LOCALE_OPTIONS_STOP,
|
||||||
LOCALE_OSD_PRESET_SCREEN_A,
|
LOCALE_OSD_PRESET_SCREEN_A,
|
||||||
|
@@ -2300,7 +2300,6 @@ const char * locale_real_names[] =
|
|||||||
"options.ntp_on",
|
"options.ntp_on",
|
||||||
"options.off",
|
"options.off",
|
||||||
"options.on",
|
"options.on",
|
||||||
"options.on.without_messages",
|
|
||||||
"options.start",
|
"options.start",
|
||||||
"options.stop",
|
"options.stop",
|
||||||
"osd.preset_screen_a",
|
"osd.preset_screen_a",
|
||||||
|
Reference in New Issue
Block a user