X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=classes%2FNotice_inbox.php;h=2dc75959a41c20d2f57517605c4b6e425e44371c;hb=ac819e57388acf9bb459719e0f78043cfbaa6e23;hp=dcaf2f33b15c52d40f6a158358bc21fc7f9e9e98;hpb=f79aec36feaa4760201a7e88d5b31513a3c458ba;p=quix0rs-gnu-social.git diff --git a/classes/Notice_inbox.php b/classes/Notice_inbox.php index dcaf2f33b1..2dc75959a4 100644 --- a/classes/Notice_inbox.php +++ b/classes/Notice_inbox.php @@ -42,10 +42,6 @@ class Notice_inbox extends Managed_DataObject public $created; // datetime() not_null public $source; // tinyint(1) default_1 - /* Static get */ - function staticGet($k,$v=null) - { return Memcached_DataObject::staticGet('Notice_inbox',$k,$v); } - /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE @@ -80,11 +76,6 @@ class Notice_inbox extends Managed_DataObject throw new Exception('Notice_inbox no longer used; use Inbox'); } - function &pkeyGet($kv) - { - return Memcached_DataObject::pkeyGet('Notice_inbox', $kv); - } - static function gc($user_id) { throw new Exception('Notice_inbox no longer used; use Inbox');