X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fdefaultprofileblock.php;h=8a7d9ef6cf9bfc39381c7dff31a1e92405ab0cb1;hb=0a4eeb89dab241779147c8c02a8f5f0f83533309;hp=f451aa01883dfc618426804ccc34e0773b4d7e6b;hpb=220b51d8be61e9bd316567f3ad03fffdbc4b7526;p=quix0rs-gnu-social.git diff --git a/lib/defaultprofileblock.php b/lib/defaultprofileblock.php index f451aa0188..8a7d9ef6cf 100644 --- a/lib/defaultprofileblock.php +++ b/lib/defaultprofileblock.php @@ -56,16 +56,6 @@ class DefaultProfileBlock extends AccountProfileBlock parent::__construct($out, $user->getProfile()); } - function avatarSize() - { - return AVATAR_STREAM_SIZE; - } - - function avatar() - { - return $this->profile->avatarUrl(AVATAR_STREAM_SIZE); - } - function location() { return null;