From 944ec1c880090177dfe1f5c380f4556be7c97d7e Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 6 Oct 2015 09:03:10 +0200 Subject: [PATCH] Node: remove duplicate method --- library/Businessprocess/Node.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/library/Businessprocess/Node.php b/library/Businessprocess/Node.php index 20e68b2..e94904c 100644 --- a/library/Businessprocess/Node.php +++ b/library/Businessprocess/Node.php @@ -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();