summaryrefslogtreecommitdiff
path: root/plugins/Weather/src/weather_opt.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2016-10-30 13:25:53 +0300
committerGeorge Hazan <ghazan@miranda.im>2016-10-30 13:25:53 +0300
commit587803cebb8994fde831a26c8b6f126ff42caeb1 (patch)
tree28bbeee3e19a47b43c4c5ad42c58d87aa64723cd /plugins/Weather/src/weather_opt.cpp
parent94524e847e046148a4f2cb7d333e3d57a250b6be (diff)
OPTIONSDIALOGPAGE::groupPosition - unused field removed
Diffstat (limited to 'plugins/Weather/src/weather_opt.cpp')
-rw-r--r--plugins/Weather/src/weather_opt.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Weather/src/weather_opt.cpp b/plugins/Weather/src/weather_opt.cpp
index 9c0e515806..a84b00d61c 100644
--- a/plugins/Weather/src/weather_opt.cpp
+++ b/plugins/Weather/src/weather_opt.cpp
@@ -594,7 +594,6 @@ int OptInit(WPARAM wParam, LPARAM)
odp.position = 100000000;
odp.pszTemplate = MAKEINTRESOURCEA(IDD_POPUP);
odp.szGroup.a = LPGEN("Popups");
- odp.groupPosition = 910000000;
odp.szTab.a = NULL;
odp.pfnDlgProc = DlgPopupOpts;
Options_AddPage(wParam, &odp);