remove unused method

This commit is contained in:
Robin Appelman 2014-07-22 23:44:49 +02:00
commit 7c2393afb0
3 changed files with 1 additions and 23 deletions

View file

@ -52,11 +52,6 @@ interface IShare {
*/
public function put($source, $target);
/**
* @return Server
*/
public function getServer();
/**
* List the content of a remote folder
*