]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Notice_source.php
Merge branch 'master' into social-master
[quix0rs-gnu-social.git] / classes / Notice_source.php
index a6649f5fba83ad0c679de1eca19f3e292a8fd52f..6f3d2e5634d4249dc5632de95f6196b9575bac5a 100644 (file)
@@ -16,10 +16,6 @@ class Notice_source extends Managed_DataObject
     public $created;                         // datetime()   not_null
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
-    /* Static get */
-    function staticGet($k,$v=null)
-    { return Memcached_DataObject::staticGet('Notice_source',$k,$v); }
-
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE