summaryrefslogtreecommitdiffstats
path: root/lib/group
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2012-07-24 11:38:56 +0200
committerArthur Schiwon <blizzz@owncloud.com>2012-07-25 12:56:09 +0200
commiteefe6882f977c324b2ac9141758b64be2a9c752e (patch)
treebc4a6b454c8f3650dada69fe6d3e95ac02d97473 /lib/group
parentd0aebf05bf71df6f8ad11d0464e396d2be6fa744 (diff)
downloadnextcloud-server-eefe6882f977c324b2ac9141758b64be2a9c752e.tar.gz
nextcloud-server-eefe6882f977c324b2ac9141758b64be2a9c752e.zip
method not used externally, thus not needed in interface
Diffstat (limited to 'lib/group')
-rw-r--r--lib/group/interface.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/group/interface.php b/lib/group/interface.php
index f86a6dd0898..7cca6061e10 100644
--- a/lib/group/interface.php
+++ b/lib/group/interface.php
@@ -22,16 +22,6 @@
*/
interface OC_Group_Interface {
-
- /**
- * @brief Get all supported actions
- * @returns bitwise-or'ed actions
- *
- * Returns the supported actions as int to be
- * compared with OC_USER_BACKEND_CREATE_USER etc.
- */
- public function getSupportedActions();
-
/**
* @brief Check if backend implements actions
* @param $actions bitwise-or'ed actions