Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/user
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2012-07-20 18:26:46 +0400
committerArthur Schiwon <blizzz@owncloud.com>2012-07-25 14:56:08 +0400
commit81c0ca4ffb1065fc5f59ee916c06758605639fc8 (patch)
treebad32402b9ccbb4c4689a9820d914cd168f371f7 /lib/user
parent0196e6eada346e25e080e74ea4f19e76cd878169 (diff)
remove only internally used function from interface
Diffstat (limited to 'lib/user')
-rw-r--r--lib/user/interface.php9
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