diff --git a/ide/codeexplorer.pas b/ide/codeexplorer.pas index 519c423404..25f44b0316 100644 --- a/ide/codeexplorer.pas +++ b/ide/codeexplorer.pas @@ -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]);