summaryrefslogtreecommitdiffstats
path: root/lib/filestorage.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/filestorage.php')
-rw-r--r--lib/filestorage.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/filestorage.php b/lib/filestorage.php
index b398285d340..34fa6457fd2 100644
--- a/lib/filestorage.php
+++ b/lib/filestorage.php
@@ -50,9 +50,6 @@ class OC_Filestorage{
public function fromTmpFile($tmpPath,$path){}//copy a file from a temporary file, used for cross-storage file actions
public function fromUploadedFile($tmpPath,$path){}//copy a file from a temporary file, used for cross-storage file actions
public function getMimeType($path){}
- public function delTree($path){}
- public function find($path){}
- public function getTree($path){}
public function hash($type,$path,$raw){}
public function free_space($path){}
public function search($query){}