summaryrefslogtreecommitdiff
path: root/plugins/Folders
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/Folders
parent94524e847e046148a4f2cb7d333e3d57a250b6be (diff)
OPTIONSDIALOGPAGE::groupPosition - unused field removed
Diffstat (limited to 'plugins/Folders')
-rw-r--r--plugins/Folders/src/dlg_handlers.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Folders/src/dlg_handlers.cpp b/plugins/Folders/src/dlg_handlers.cpp
index 621cdb87b8..8f26cd0e7e 100644
--- a/plugins/Folders/src/dlg_handlers.cpp
+++ b/plugins/Folders/src/dlg_handlers.cpp
@@ -253,7 +253,6 @@ static int OnOptionsInitialize(WPARAM wParam, LPARAM)
odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_FOLDERS);
odp.szTitle.a = LPGEN("Folders");
odp.szGroup.a = LPGEN("Customize");
- odp.groupPosition = 910000000;
odp.flags = ODPF_BOLDGROUPS;
odp.pfnDlgProc = DlgProcOpts;
Options_AddPage(wParam, &odp);