]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/accountprofileblock.php
showAvatar functions deduplicated into Widget class
[quix0rs-gnu-social.git] / lib / accountprofileblock.php
index 5d4aba9558cf84d349599d7b6ec6cb61a456826b..143675063cb1f996c5c74681784c1516aa5d186c 100644 (file)
@@ -63,11 +63,6 @@ class AccountProfileBlock extends ProfileBlock
         }
     }
 
-    function avatar()
-    {
-        return $this->profile->avatarUrl(AVATAR_PROFILE_SIZE);
-    }
-
     function name()
     {
         return $this->profile->getBestName();