From fb76d7de69e0f13f196a644cfded0a6e079e7200 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 5 Feb 2016 16:48:08 +0100 Subject: remove unused Storage->getLocalFolder --- lib/public/files/storage/istorage.php | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/public/files/storage') diff --git a/lib/public/files/storage/istorage.php b/lib/public/files/storage/istorage.php index 4bc5e3536dc..278374f3297 100644 --- a/lib/public/files/storage/istorage.php +++ b/lib/public/files/storage/istorage.php @@ -333,16 +333,6 @@ interface IStorage { */ public function getLocalFile($path); - /** - * get the path to a local version of the folder. - * The local version of the folder can be temporary and doesn't have to be persistent across requests - * - * @param string $path - * @return string|false - * @since 9.0.0 - */ - public function getLocalFolder($path); - /** * check if a file or folder has been updated since $time * -- cgit v1.2.3