diff options
Diffstat (limited to 'include/delphi/m_options.inc')
-rw-r--r-- | include/delphi/m_options.inc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/delphi/m_options.inc b/include/delphi/m_options.inc index 129979bb70..568d5e62e0 100644 --- a/include/delphi/m_options.inc +++ b/include/delphi/m_options.inc @@ -69,17 +69,6 @@ type end;
const
- {$IFNDEF WIN64}
- OPTIONPAGE_OLD_SIZE = 40;
- OPTIONPAGE_OLD_SIZE2 = 60;
- OPTIONPAGE_OLD_SIZE3 = 64;
- {$ELSE}
- OPTIONPAGE_OLD_SIZE = SIZEOF(TOPTIONSDIALOGPAGE);
- OPTIONPAGE_OLD_SIZE2 = SIZEOF(TOPTIONSDIALOGPAGE);
- OPTIONPAGE_OLD_SIZE3 = SIZEOF(TOPTIONSDIALOGPAGE);
- {$ENDIF}
-
-const
ODPF_BOLDGROUPS = 4; // give group box titles a bold font
ODPF_UNICODE = 8; // string fields in OPTIONSDIALOGPAGE are WCHAR*
ODPF_USERINFOTAB = 16; // options page is tabbed
|