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 c21e060828..55d2411654 100644
--- a/include/delphi/m_options.inc
+++ b/include/delphi/m_options.inc
@@ -59,7 +59,6 @@ type
pfnDlgProc :pointer;
pszTemplate :PAnsiChar;
hInstance :THANDLE;
- hIcon :HICON; //
hLangpack :int;
flags :dword; //
dwInitParam :LPARAM; // a value to pass to lParam of WM_INITDIALOG message
diff --git a/include/m_options.h b/include/m_options.h
index 5457c8e9a8..241b865ca5 100644
--- a/include/m_options.h
+++ b/include/m_options.h
@@ -64,7 +64,6 @@ struct OPTIONSDIALOGPAGE
DLGPROC pfnDlgProc;
char *pszTemplate;
HINSTANCE hInstance;
- HICON hIcon;
int hLangpack;
DWORD flags;