IDE: codeexplorer removed function/procedure keywords because there are now icons

git-svn-id: trunk@13520 -
This commit is contained in:
mattias 2007-12-29 12:43:37 +00:00
parent 398f8d4667
commit 2edae8c5f9

View File

@ -436,7 +436,8 @@ begin
ctnProcedure:
Result:=ACodeTool.ExtractProcHead(CodeNode,
[phpWithStart,phpWithVarModifiers,
[// phpWithStart is no needed because there are icons
phpWithVarModifiers,
phpWithParameterNames,phpWithDefaultValues,phpWithResultType,
phpWithOfObject,phpWithCallingSpecs,phpWithProcModifiers]);