Remove duplicate getAvatarManager()

This commit is contained in:
kondou 2013-09-30 22:25:01 +02:00
parent 507325dd50
commit 4ac05e071a
1 changed files with 0 additions and 9 deletions

View File

@ -163,15 +163,6 @@ class Server extends SimpleContainer implements IServerContainer {
return $this->query('PreviewManager');
}
/**
* Returns the avatar manager, used for avatar functionality
*
* @return \OCP\IAvatar
*/
function getAvatarManager() {
return $this->query('AvatarManager');
}
/**
* Returns the tag manager which can get and set tags for different object types
*