mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 10:33:36 +02:00
IDE: clean up
git-svn-id: trunk@26510 -
This commit is contained in:
parent
e1c4c31217
commit
e407f241fb
@ -596,7 +596,6 @@ function TConvDelphiCodeTool.ReplaceFuncCalls: boolean;
|
|||||||
// implementation section. Add their positions to another list for replacement.
|
// implementation section. Add their positions to another list for replacement.
|
||||||
var
|
var
|
||||||
FuncNames: TStringList;
|
FuncNames: TStringList;
|
||||||
DeclarationNode: TCodeTreeNode;
|
|
||||||
CursorNode: TCodeTreeNode;
|
CursorNode: TCodeTreeNode;
|
||||||
StartPos: Integer;
|
StartPos: Integer;
|
||||||
MinPos, MaxPos: Integer;
|
MinPos, MaxPos: Integer;
|
||||||
|
Loading…
Reference in New Issue
Block a user