diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/user/interface.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/user/interface.php b/lib/user/interface.php index a04c761630b..dc3685dc20d 100644 --- a/lib/user/interface.php +++ b/lib/user/interface.php @@ -24,15 +24,6 @@ interface OC_User_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 * @returns boolean |