codetools: clean up

git-svn-id: trunk@22392 -
This commit is contained in:
mattias 2009-11-03 00:45:15 +00:00
parent 61560943a1
commit 7f1e276971

View File

@ -66,18 +66,6 @@ uses
BasicCodeTools;
type
TBeautifySplit =(
bsNone,
bsInsertSpace, // insert space before
bsNewLine, // break line, no indent
bsEmptyLine, // insert empty line, no indent
bsNewLineAndIndent, // break line, indent
bsEmptyLineAndIndent, // insert empty line, indent
bsNewLineUnindent,
bsEmptyLineUnindent,
bsNoSplit // do not break line here when line too long
);
TWordPolicy = (
wpNone,
wpLowerCase,