diff options
-rw-r--r-- | actions/twitapifriendships.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/actions/twitapifriendships.php b/actions/twitapifriendships.php index c8fe95029..fe9ee2ad5 100644 --- a/actions/twitapifriendships.php +++ b/actions/twitapifriendships.php @@ -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 |