mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 01:19:16 +02:00
lazcontrols: clean up
git-svn-id: trunk@34583 -
This commit is contained in:
parent
2f7eb292d6
commit
f843e1728b
@ -423,8 +423,6 @@ end;
|
|||||||
|
|
||||||
function TTreeFilterEdit.GetBranch(ARootNode: TTreeNode): TTreeFilterBranch;
|
function TTreeFilterEdit.GetBranch(ARootNode: TTreeNode): TTreeFilterBranch;
|
||||||
// Get a new or existing branch for a given tree-node.
|
// Get a new or existing branch for a given tree-node.
|
||||||
var
|
|
||||||
i: Integer;
|
|
||||||
begin
|
begin
|
||||||
if not Assigned(fBranches) then
|
if not Assigned(fBranches) then
|
||||||
fBranches := TBranchList.Create;
|
fBranches := TBranchList.Create;
|
||||||
|
Loading…
Reference in New Issue
Block a user