From fb2a5533369f32e47f07810e0a360da0ddbadfba Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 30 Oct 2016 13:32:24 +0300 Subject: OPTIONSDIALOGPAGE::hGroupIcon - also unused --- include/delphi/m_options.inc | 1 - include/m_options.h | 1 - src/core/stduserinfo/src/userinfo.cpp | 1 - 3 files changed, 3 deletions(-) diff --git a/include/delphi/m_options.inc b/include/delphi/m_options.inc index 4ae7ef6091..c21e060828 100644 --- a/include/delphi/m_options.inc +++ b/include/delphi/m_options.inc @@ -61,7 +61,6 @@ type hInstance :THANDLE; hIcon :HICON; // hLangpack :int; - hGroupIcon :HICON; // flags :dword; // dwInitParam :LPARAM; // a value to pass to lParam of WM_INITDIALOG message end; diff --git a/include/m_options.h b/include/m_options.h index 86c7da6e75..5457c8e9a8 100644 --- a/include/m_options.h +++ b/include/m_options.h @@ -66,7 +66,6 @@ struct OPTIONSDIALOGPAGE HINSTANCE hInstance; HICON hIcon; int hLangpack; - HICON hGroupIcon; DWORD flags; union { diff --git a/src/core/stduserinfo/src/userinfo.cpp b/src/core/stduserinfo/src/userinfo.cpp index f91d8df795..60dbb6d93e 100644 --- a/src/core/stduserinfo/src/userinfo.cpp +++ b/src/core/stduserinfo/src/userinfo.cpp @@ -157,7 +157,6 @@ static INT_PTR AddDetailsPage(WPARAM wParam, LPARAM lParam) dst->hLangpack = odp->hLangpack; dst->flags = odp->flags; - dst->hGroupIcon = odp->hGroupIcon; dst->hIcon = odp->hIcon; dst->dwInitParam = odp->dwInitParam; opi->pageCount++; -- cgit v1.2.3