diff --git a/lib/group/interface.php b/lib/group/interface.php index f86a6dd0898b6a7e383c6017c1cb5fb94f7a617f..7cca6061e10370bc7e774fc6d2e37132c833fb50 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