]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Oauth_application_user.php
Qvitter API changes (thanks hannes2peer)
[quix0rs-gnu-social.git] / classes / Oauth_application_user.php
index 4d2567246506f68a45a32af658c2f1775d92a649..007e4d1db6656be08b574886f17352f16a462109 100644 (file)
@@ -17,10 +17,6 @@ class Oauth_application_user 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('Oauth_application_user',$k,$v);
-    }
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE