IDE: clean up

git-svn-id: trunk@26510 -
This commit is contained in:
mattias 2010-07-07 18:12:33 +00:00
parent e1c4c31217
commit e407f241fb

View File

@ -596,7 +596,6 @@ function TConvDelphiCodeTool.ReplaceFuncCalls: boolean;
// implementation section. Add their positions to another list for replacement.
var
FuncNames: TStringList;
DeclarationNode: TCodeTreeNode;
CursorNode: TCodeTreeNode;
StartPos: Integer;
MinPos, MaxPos: Integer;