weather: remove obsolete locales and g_settings.weather_country key

Origin commit data
------------------
Commit: 04ecb008f0
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-01-14 (Fri, 14 Jan 2022)

Origin message was:
------------------
- weather: remove obsolete locales and g_settings.weather_country key
This commit is contained in:
vanhofen
2022-01-14 22:43:24 +01:00
parent 5b8de36d50
commit af0662ea2b
8 changed files with 5 additions and 25 deletions

View File

@@ -1929,7 +1929,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,
@@ -3064,9 +3063,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

@@ -1929,7 +1929,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",
@@ -3064,9 +3063,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

@@ -913,7 +913,6 @@ struct SNeutrinoSettings
std::string weather_api_key;
int weather_enabled;
int weather_country;
std::string weather_location;
std::string weather_city;