summaryrefslogtreecommitdiff
path: root/protocols/Weather/src/weather_opt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Weather/src/weather_opt.cpp')
-rw-r--r--protocols/Weather/src/weather_opt.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Weather/src/weather_opt.cpp b/protocols/Weather/src/weather_opt.cpp
index 9dd186f751..c4b42ede5c 100644
--- a/protocols/Weather/src/weather_opt.cpp
+++ b/protocols/Weather/src/weather_opt.cpp
@@ -108,7 +108,6 @@ void LoadOptions(void)
opt.DisCondIcon = g_plugin.getByte("DisableConditionIcon", false);
// popup options
- opt.UsePopup = g_plugin.getByte("UsePopUp", true);
opt.UpdatePopup = g_plugin.getByte("UpdatePopup", true);
opt.AlertPopup = g_plugin.getByte("AlertPopup", true);
opt.PopupOnChange = g_plugin.getByte("PopUpOnChange", true);
@@ -161,7 +160,6 @@ void SaveOptions(void)
g_plugin.setByte("DisableConditionIcon", (uint8_t)opt.DisCondIcon);
// popup options
- g_plugin.setByte("UsePopUp", (uint8_t)opt.UsePopup);
g_plugin.setByte("UpdatePopup", (uint8_t)opt.UpdatePopup);
g_plugin.setByte("AlertPopup", (uint8_t)opt.AlertPopup);
g_plugin.setByte("PopUpOnChange", (uint8_t)opt.PopupOnChange);