diff options
Diffstat (limited to 'include/delphi/m_options.inc')
-rw-r--r-- | include/delphi/m_options.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/delphi/m_options.inc b/include/delphi/m_options.inc index 568d5e62e0..2643237a05 100644 --- a/include/delphi/m_options.inc +++ b/include/delphi/m_options.inc @@ -52,7 +52,6 @@ const type
POPTIONSDIALOGPAGE = ^TOPTIONSDIALOGPAGE;
TOPTIONSDIALOGPAGE = record
- cbSize :int;
position :int; // a position number, lower numbers are topmost
szTitle :TChar; // [TRANSLATED-BY-CORE]
pfnDlgProc :pointer;
|