summaryrefslogtreecommitdiffstats
path: root/lib/public/IAvatar.php
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-05-28 09:44:10 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-13 18:46:05 +0200
commit156da29ceade106176e2288ef391c4cb2006d800 (patch)
tree8848a56353907cad3d8f33affcef2381ba600210 /lib/public/IAvatar.php
parent4432cfd445d2dea2792c0cc2550445506ba8a18a (diff)
downloadnextcloud-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.php8
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]