From eefe6882f977c324b2ac9141758b64be2a9c752e Mon Sep 17 00:00:00 2001 From: Arthur Schiwon <blizzz@owncloud.com> Date: Tue, 24 Jul 2012 11:38:56 +0200 Subject: [PATCH] method not used externally, thus not needed in interface --- lib/group/interface.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/group/interface.php b/lib/group/interface.php index f86a6dd089..7cca6061e1 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 -- GitLab