mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
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:
@@ -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,
|
||||
|
@@ -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",
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user