diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-28 19:32:46 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-28 19:32:46 +0000 |
commit | 072103b8a09df0d5bd2fd4a98ad84a9b2f1acbab (patch) | |
tree | 267c628f19bad16df050d8c43df1ad4a0a81c8ce /include/delphi/m_options.inc | |
parent | 54f5c491ab96204cd4ecaaf012d86251ad6dc426 (diff) |
some cosmetic changes to the Delphi headers
git-svn-id: http://svn.miranda-ng.org/main/trunk@2548 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
|