lazcontrols: clean up

git-svn-id: trunk@34583 -
This commit is contained in:
mattias 2012-01-04 22:53:29 +00:00
parent 2f7eb292d6
commit f843e1728b

View File

@ -423,8 +423,6 @@ end;
function TTreeFilterEdit.GetBranch(ARootNode: TTreeNode): TTreeFilterBranch;
// Get a new or existing branch for a given tree-node.
var
i: Integer;
begin
if not Assigned(fBranches) then
fBranches := TBranchList.Create;