From aea29a34173d692e237b1c74de8d10c76b4dfd0d Mon Sep 17 00:00:00 2001 From: George Hazan <ghazan@miranda.im> Date: Sun, 30 Oct 2016 17:45:38 +0300 Subject: OPTIONSDIALOGPAGE::hIcon - also unused --- 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 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; -- cgit v1.2.3