]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Profile_tag_subscription.php
getTaggedSub-stuff moved to Profile class
[quix0rs-gnu-social.git] / classes / Profile_tag_subscription.php
index 28b37940a737a7ed7fba6bd90f3ca1c4ae8025a9..b088023fab74dabbd336f239cd87df41eb1c10d9 100644 (file)
@@ -41,11 +41,6 @@ class Profile_tag_subscription extends Managed_DataObject
         );
     }
 
-    function pkeyGet($kv)
-    {
-        return Memcached_DataObject::pkeyGet('Profile_tag_subscription', $kv);
-    }
-
     static function add($peopletag, $profile)
     {
         if ($peopletag->private) {