From 12b7f23ed2fd05a29dcd5ab7700a25330ffd5d5f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 18 Jul 2008 00:16:33 -0400 Subject: [PATCH] beware of shadows darcs-hash:20080718041633-84dde-4fb8e5738b6594334e42d21c4ed104039da62abb.gz --- actions/twitapifriendships.php | 8 -------- 1 file changed, 8 deletions(-) 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