summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/group.php9
1 files changed, 0 insertions, 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);
- }
}