From 0f379fd28afe3d922f3d856f097366c0a3d52a8d Mon Sep 17 00:00:00 2001
From: Arthur Schiwon <blizzz@owncloud.com>
Date: Mon, 27 Aug 2012 14:07:09 +0200
Subject: [PATCH] OC_User: getHome is an optional method, taking it out of the
 Interface

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

diff --git a/lib/user/interface.php b/lib/user/interface.php
index 5e5efe0010..a4903898fb 100644
--- a/lib/user/interface.php
+++ b/lib/user/interface.php
@@ -57,11 +57,4 @@ interface OC_User_Interface {
 	*/
 	public function userExists($uid);
 
-	/**
-	* @brief get the user's home directory
-	* @param string $uid the username
-	* @return boolean
-	*/
-	public function getHome($uid);
-
 }
\ No newline at end of file
-- 
GitLab