diff --git a/apps/files/share.php b/apps/files/share.php deleted file mode 100755 index 4f7c1f55fcf..00000000000 --- a/apps/files/share.php +++ /dev/null @@ -1,38 +0,0 @@ -. -*/ - -class OC_Share_Backend_Files extends OCP\Share_Backend { - - public function getSource($item, $uid) { - return $item; - } -} - -class OC_Share_Backend_Folders extends OC_Share_Backend_Files { - - public function share($ - public function getDirectoryContent($folder) { - - } -} - -?> \ No newline at end of file