TreeFilterEdit: cleaning up

git-svn-id: trunk@34986 -
This commit is contained in:
juha 2012-01-28 14:08:26 +00:00
parent f9a2b37b7a
commit fe689e503d

View File

@ -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.