summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/files/storage.php9
-rw-r--r--lib/public/files/storage/istorage.php10
2 files changed, 0 insertions, 19 deletions
diff --git a/lib/public/files/storage.php b/lib/public/files/storage.php
index 1c125221449..2511690b7d3 100644
--- a/lib/public/files/storage.php
+++ b/lib/public/files/storage.php
@@ -331,15 +331,6 @@ interface Storage extends 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 6.0.0
- */
- public function getLocalFolder($path);
- /**
* check if a file or folder has been updated since $time
*
* @param string $path
diff --git a/lib/public/files/storage/istorage.php b/lib/public/files/storage/istorage.php
index 5b10c966a1f..a638ddd3021 100644
--- a/lib/public/files/storage/istorage.php
+++ b/lib/public/files/storage/istorage.php
@@ -325,16 +325,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
*
* @param string $path