From d314c3371599b4dc50d1f91a587a941d3ce038a3 Mon Sep 17 00:00:00 2001 From: Jakob Sack Date: Sun, 17 Apr 2011 01:06:48 +0200 Subject: [PATCH] do not redeclare methods --- lib/group.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/group.php b/lib/group.php index 1aaadb507b4..d8a59a139a5 100644 --- a/lib/group.php +++ b/lib/group.php @@ -142,13 +142,4 @@ class OC_GROUP { public static function getGroups() { return self::$_backend->getGroups(); } - - /** - * create a new group - * - * @param string $name Name of the group - */ - public static function createGroup($name) { - return self::$_backend->createGroup($name); - } } -- 2.39.5