diff --git a/actions/twitapifriendships.php b/actions/twitapifriendships.php index c8fe950291..fe9ee2ad5f 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