From 81c0ca4ffb1065fc5f59ee916c06758605639fc8 Mon Sep 17 00:00:00 2001
From: Arthur Schiwon <blizzz@owncloud.com>
Date: Fri, 20 Jul 2012 16:26:46 +0200
Subject: [PATCH] remove only internally used function from interface

---
 lib/user/interface.php | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/lib/user/interface.php b/lib/user/interface.php
index a04c761630..dc3685dc20 100644
--- a/lib/user/interface.php
+++ b/lib/user/interface.php
@@ -23,15 +23,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
-- 
GitLab