diff --git a/security/Group.php b/security/Group.php index 65e1c45a5..c870680ca 100755 --- a/security/Group.php +++ b/security/Group.php @@ -467,26 +467,5 @@ class Group extends DataObject { // Members are populated through Member->requireDefaultRecords() } - - /** - * @return String - */ - function CMSTreeClasses($controller) { - $classes = sprintf('class-%s', $this->class); - - if(!$this->canDelete()) - $classes .= " nodelete"; - - if($controller->isCurrentPage($this)) - $classes .= " current"; - - if(!$this->canEdit()) - $classes .= " disabled"; - - $classes .= $this->markingClasses(); - - return $classes; - } -} - +} \ No newline at end of file