]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/User_location_prefs.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / classes / User_location_prefs.php
index 060ef41e832baaa360505d7d6f7cb7976f83bc19..5058b270f723c7bc2ba993e53c28263fdce64e0c 100644 (file)
@@ -40,9 +40,6 @@ class User_location_prefs extends Managed_DataObject
     public $created;                         // datetime   not_null default_0000-00-00%2000%3A00%3A00
     public $modified;                        // timestamp   not_null default_CURRENT_TIMESTAMP
 
-    /* Static get */
-    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('User_location_prefs',$k,$v); }
-
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE