summaryrefslogtreecommitdiffstats
path: root/lib/filestorage.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-08-15 22:54:38 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-08-15 22:55:14 +0200
commit13cbd7f578a47f3730c57b379a2ae5e9996ce84c (patch)
tree580579b3aae2a754cf271ee26ea3b82afba4924e /lib/filestorage.php
parent5608aaee8a8bbf913f4abb665f18fbe510da7214 (diff)
downloadnextcloud-server-13cbd7f578a47f3730c57b379a2ae5e9996ce84c.tar.gz
nextcloud-server-13cbd7f578a47f3730c57b379a2ae5e9996ce84c.zip
some filesystem fixes
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){}