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 --- include/delphi/m_options.inc | 1 - include/m_options.h | 1 - 2 files changed, 2 deletions(-) (limited to 'include') diff --git a/include/delphi/m_options.inc b/include/delphi/m_options.inc index 96b643b40b..4ae7ef6091 100644 --- a/include/delphi/m_options.inc +++ b/include/delphi/m_options.inc @@ -60,7 +60,6 @@ type pszTemplate :PAnsiChar; hInstance :THANDLE; hIcon :HICON; // - groupPosition :int; // hLangpack :int; hGroupIcon :HICON; // flags :dword; // diff --git a/include/m_options.h b/include/m_options.h index dabcdf7375..86c7da6e75 100644 --- a/include/m_options.h +++ b/include/m_options.h @@ -65,7 +65,6 @@ struct OPTIONSDIALOGPAGE char *pszTemplate; HINSTANCE hInstance; HICON hIcon; - int groupPosition; int hLangpack; HICON hGroupIcon; DWORD flags; -- cgit v1.2.3