mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-16 01:43:42 +02:00
- weather: remove obsolete locales and g_settings.weather_country key
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1810,7 +1810,6 @@ typedef enum
|
||||
LOCALE_MENU_HINT_VOLUME_POS,
|
||||
LOCALE_MENU_HINT_VOLUME_SIZE,
|
||||
LOCALE_MENU_HINT_WEATHER_API_KEY,
|
||||
LOCALE_MENU_HINT_WEATHER_COUNTRY,
|
||||
LOCALE_MENU_HINT_WEATHER_ENABLED,
|
||||
LOCALE_MENU_HINT_WEATHER_LOCATION,
|
||||
LOCALE_MENU_HINT_WEBRADIO_SETUP,
|
||||
@@ -2910,9 +2909,6 @@ typedef enum
|
||||
LOCALE_VIDEOMENU_ZAPPINGMODE_MUTE,
|
||||
LOCALE_VIDEOMENU_ZAPPINGMODE_HOLD,
|
||||
LOCALE_WEATHER_API_KEY,
|
||||
LOCALE_WEATHER_COUNTRY,
|
||||
LOCALE_WEATHER_COUNTRY_DEUTSCHLAND,
|
||||
LOCALE_WEATHER_COUNTRY_NORWAY,
|
||||
LOCALE_WEATHER_ENABLED,
|
||||
LOCALE_WEATHER_LOCATION,
|
||||
LOCALE_WEBCHANNELS_XML_ADD,
|
||||
|
@@ -1810,7 +1810,6 @@ const char * locale_real_names[] =
|
||||
"menu.hint_volume_pos",
|
||||
"menu.hint_volume_size",
|
||||
"menu.hint_weather_api_key",
|
||||
"menu.hint_weather_country",
|
||||
"menu.hint_weather_enabled",
|
||||
"menu.hint_weather_location",
|
||||
"menu.hint_webradio_setup",
|
||||
@@ -2910,9 +2909,6 @@ const char * locale_real_names[] =
|
||||
"videomenu.zappingmode_mute",
|
||||
"videomenu.zappingmode_hold",
|
||||
"weather.api_key",
|
||||
"weather.country",
|
||||
"weather.country_deutschland",
|
||||
"weather.country_norway",
|
||||
"weather.enabled",
|
||||
"weather.location",
|
||||
"webchannels.xml.add",
|
||||
|
@@ -909,7 +909,6 @@ struct SNeutrinoSettings
|
||||
std::string weather_api_key;
|
||||
int weather_enabled;
|
||||
|
||||
int weather_country;
|
||||
std::string weather_location;
|
||||
std::string weather_city;
|
||||
|
||||
|
Reference in New Issue
Block a user