X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FUser.php;h=5b9d7b51fec351924d196f882465ca785fed683c;hb=9f82da07f105792403807ab444de873bfcd7a45f;hp=175d945401e2e25538a8ec5526ea1ff50234e743;hpb=53e820b46667c2f0e22ffa0a2f91e847a02f4cb8;p=quix0rs-gnu-social.git diff --git a/classes/User.php b/classes/User.php index 175d945401..5b9d7b51fe 100644 --- a/classes/User.php +++ b/classes/User.php @@ -462,16 +462,6 @@ class User extends Managed_DataObject return $this->getProfile()->getNotices($offset, $limit, $since_id, $before_id); } - function getSelfTags() - { - return Profile_tag::getTagsArray($this->id, $this->id, $this->id); - } - - function setSelfTags($newtags, $privacy) - { - return Profile_tag::setTags($this->id, $this->id, $newtags, $privacy); - } - function block(Profile $other) { // Add a new block record