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/Msg_Export/src/options.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/Msg_Export') diff --git a/plugins/Msg_Export/src/options.cpp b/plugins/Msg_Export/src/options.cpp index 98a32d40a8..4c52cfb599 100755 --- a/plugins/Msg_Export/src/options.cpp +++ b/plugins/Msg_Export/src/options.cpp @@ -1230,7 +1230,6 @@ int OptionsInitialize(WPARAM wParam, LPARAM /*lParam*/) odp.szTitle.w = LPGENW("Message export"); odp.szGroup.w = LPGENW("History"); odp.szTab.w = LPGENW("General"); - odp.groupPosition = 100000000; odp.pfnDlgProc = DlgProcMsgExportOpts; Options_AddPage(wParam, &odp); -- cgit v1.2.3