]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
beware of shadows
authorEvan Prodromou <evan@prodromou.name>
Fri, 18 Jul 2008 04:16:33 +0000 (00:16 -0400)
committerEvan Prodromou <evan@prodromou.name>
Fri, 18 Jul 2008 04:16:33 +0000 (00:16 -0400)
darcs-hash:20080718041633-84dde-4fb8e5738b6594334e42d21c4ed104039da62abb.gz

actions/twitapifriendships.php

index c8fe950291265c5f744ef0a82b0f55abeda46661..fe9ee2ad5f586d598f9e9da0b8a538ec22519848 100644 (file)
@@ -157,12 +157,4 @@ class TwitapifriendshipsAction extends TwitterapiAction {
                        return $user->getProfile();
                }
        }
-       
-       function show_profile($profile) {
-               $profile_array = $this->user_array($profile);
-               $notice = $profile->getCurrentStatus();
-               if ($notice) {
-                       $status_array = $this->status_array($notice):
-               }
-       }
 }
\ No newline at end of file