summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/delphi/m_options.inc1
-rw-r--r--include/m_options.h1
2 files changed, 0 insertions, 2 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 {