- weather: remove obsolete locales and g_settings.weather_country key

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2022-01-14 22:43:24 +01:00
committed by Thilo Graf
parent 8269c06b12
commit 690df910d2
8 changed files with 5 additions and 25 deletions

View File

@@ -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,

View File

@@ -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",

View File

@@ -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;