From 13cbd7f578a47f3730c57b379a2ae5e9996ce84c Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 15 Aug 2011 22:54:38 +0200 Subject: some filesystem fixes --- lib/filestorage.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/filestorage.php') 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){} -- cgit v1.2.3