diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-05-28 09:44:10 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-06-13 18:46:05 +0200 |
commit | 156da29ceade106176e2288ef391c4cb2006d800 (patch) | |
tree | 8848a56353907cad3d8f33affcef2381ba600210 /lib/public/IAvatar.php | |
parent | 4432cfd445d2dea2792c0cc2550445506ba8a18a (diff) | |
download | nextcloud-server-156da29ceade106176e2288ef391c4cb2006d800.tar.gz nextcloud-server-156da29ceade106176e2288ef391c4cb2006d800.zip |
Avatar imagick bump
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'lib/public/IAvatar.php')
-rw-r--r-- | lib/public/IAvatar.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/public/IAvatar.php b/lib/public/IAvatar.php index 6b4f00d480b..54d703a502f 100644 --- a/lib/public/IAvatar.php +++ b/lib/public/IAvatar.php @@ -80,14 +80,6 @@ interface IAvatar { */ public function getFile($size); - /** - * Generate SVG avatar - * @param int $size -1 can be used to not scale the image - * @return string - * @since 14.0.0 - */ - public function getAvatarVector(int $size): string; - /** * @param string $text * @return Color Object containting r g b int in the range [0, 255] |