mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 10:29:12 +02:00
TreeFilterEdit: cleaning up
git-svn-id: trunk@34986 -
This commit is contained in:
parent
f9a2b37b7a
commit
fe689e503d
@ -360,7 +360,6 @@ function TTreeFilterEdit.FilterTree(Node: TTreeNode): Boolean;
|
||||
// Returns True if Node or its siblings or child nodes have visible items.
|
||||
begin
|
||||
Result:=False;
|
||||
if Node=nil then exit;
|
||||
while Node<>nil do
|
||||
begin
|
||||
// Recursive call for child nodes.
|
||||
|
Loading…
Reference in New Issue
Block a user