summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2012-07-20 16:26:46 +0200
committerArthur Schiwon <blizzz@owncloud.com>2012-07-25 12:56:08 +0200
commit81c0ca4ffb1065fc5f59ee916c06758605639fc8 (patch)
treebad32402b9ccbb4c4689a9820d914cd168f371f7
parent0196e6eada346e25e080e74ea4f19e76cd878169 (diff)
downloadnextcloud-server-81c0ca4ffb1065fc5f59ee916c06758605639fc8.tar.gz
nextcloud-server-81c0ca4ffb1065fc5f59ee916c06758605639fc8.zip
remove only internally used function from interface
-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