]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Group_inbox.php
Merge branch 'lookup_url_fix' into 'nightly'
[quix0rs-gnu-social.git] / classes / Group_inbox.php
index fe600cbaf8215a1fd279353fa6d97978f7be45a5..274f2b8f40fc1123770beab1e9503b76fd679e47 100644 (file)
@@ -13,10 +13,6 @@ class Group_inbox extends Managed_DataObject
     public $notice_id;                       // int(4)  primary_key not_null
     public $created;                         // datetime()   not_null
 
-    /* Static get */
-
-    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Group_inbox',$k,$v); }
-
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE
 
@@ -41,9 +37,4 @@ class Group_inbox extends Managed_DataObject
             ),
         );
     }
-
-    function pkeyGet($kv)
-    {
-        return Memcached_DataObject::pkeyGet('Group_inbox', $kv);
-    }
 }