Node: remove duplicate method

This commit is contained in:
Thomas Gelf 2015-10-06 09:03:10 +02:00
parent 675b74ada9
commit 944ec1c880

View file

@ -242,11 +242,6 @@ abstract class Node
return $this->bp->isEditMode();
}
public function hasChildren($filter = null)
{
return false;
}
public function getChildren($filter = null)
{
return array();