Remove obsolete method

This commit is contained in:
Vincent Petry 2014-12-18 16:04:36 +01:00
parent 0b3f0716fc
commit 3c67900421

View file

@ -141,14 +141,6 @@ class OC_Connector_Sabre_Directory extends OC_Connector_Sabre_Node
return $node;
}
/**
* Return the directory content as fileinfo objects
*
* @return \OCP\FileInfo[]
*/
public function getDirectoryContent() {
}
/**
* Returns an array with all the child nodes
*