]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/User.php
ProfilesettingsAction and related stuff modernised
[quix0rs-gnu-social.git] / classes / User.php
index 175d945401e2e25538a8ec5526ea1ff50234e743..5b9d7b51fec351924d196f882465ca785fed683c 100644 (file)
@@ -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