summaryrefslogtreecommitdiff
path: root/actions/twitapifriendships.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-18 00:16:33 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-18 00:16:33 -0400
commit12b7f23ed2fd05a29dcd5ab7700a25330ffd5d5f (patch)
tree5f12db73ae2d71920c0e597832395166835ab8e9 /actions/twitapifriendships.php
parentc1b0cdf90906033291d5644f911689fb0134127a (diff)
beware of shadows
darcs-hash:20080718041633-84dde-4fb8e5738b6594334e42d21c4ed104039da62abb.gz
Diffstat (limited to 'actions/twitapifriendships.php')
-rw-r--r--actions/twitapifriendships.php8
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