From 587803cebb8994fde831a26c8b6f126ff42caeb1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 30 Oct 2016 13:25:53 +0300 Subject: OPTIONSDIALOGPAGE::groupPosition - unused field removed --- plugins/Weather/src/weather_opt.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/Weather/src') 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); -- cgit v1.2.3