mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 13:56:01 +02:00
TreeFilterEdit: cleanup
git-svn-id: trunk@35667 -
This commit is contained in:
parent
39a6ca54b1
commit
2e47dcd544
@ -375,7 +375,6 @@ function TTreeFilterEdit.FilterTree(Node: TTreeNode): Boolean;
|
||||
// Filter all tree branches recursively, setting Node.Visible as needed.
|
||||
// Returns True if Node or its siblings or child nodes have visible items.
|
||||
var
|
||||
ChildVisible: Boolean;
|
||||
Pass, Done: Boolean;
|
||||
begin
|
||||
Result:=False;
|
||||
|
Loading…
Reference in New Issue
Block a user