Skip to content
Snippets Groups Projects
Commit 4ac05e07 authored by Christopher Schäpers's avatar Christopher Schäpers
Browse files

Remove duplicate getAvatarManager()

parent 507325dd
Branches
No related tags found
No related merge requests found
...@@ -163,15 +163,6 @@ class Server extends SimpleContainer implements IServerContainer { ...@@ -163,15 +163,6 @@ class Server extends SimpleContainer implements IServerContainer {
return $this->query('PreviewManager'); 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 * Returns the tag manager which can get and set tags for different object types
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment