diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-09-15 17:08:26 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-09-15 17:08:26 -0400 |
commit | 4a97ad9efeeb350159e1d0c82686d234ee0cdb12 (patch) | |
tree | d050a4f39aa66f06b2f7861f8acc69f126c689a9 /classes/Profile.php | |
parent | 80ba0603c65e1f2365f019128b656a042a2b82d0 (diff) |
Remove unnecessary Profile::pkeyGet
Thanks for the info, Evan.
Diffstat (limited to 'classes/Profile.php')
-rw-r--r-- | classes/Profile.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/classes/Profile.php b/classes/Profile.php index c4fb3a543..6ad0e7a3a 100644 --- a/classes/Profile.php +++ b/classes/Profile.php @@ -47,11 +47,6 @@ class Profile extends Memcached_DataObject /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE - function &pkeyGet($kv) - { - return Memcached_DataObject::pkeyGet('Profile', $kv); - } - function getAvatar($width, $height=null) { if (is_null($height)) { |