diff options
author | Zach Copley <zach@status.net> | 2009-10-09 17:11:40 -0700 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2009-10-09 17:11:40 -0700 |
commit | 559918826a714c1ee2ecdc49dcfc2b67451a9864 (patch) | |
tree | e65d7dd47e0e0a4d19e0774e09efa2f7818e2419 /actions/apigroupmembership.php | |
parent | 931e19073d522a41a54b5e9a77b213a10da95476 (diff) |
Remove more redundant $formats
Diffstat (limited to 'actions/apigroupmembership.php')
-rw-r--r-- | actions/apigroupmembership.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/apigroupmembership.php b/actions/apigroupmembership.php index 872ee45ee..da510ff26 100644 --- a/actions/apigroupmembership.php +++ b/actions/apigroupmembership.php @@ -45,7 +45,6 @@ require_once INSTALLDIR . '/lib/api.php'; class ApiGroupMembershipAction extends TwitterApiAction { - var $format = null; var $page = null; var $count = null; var $max_id = null; @@ -73,7 +72,6 @@ class ApiGroupMembershipAction extends TwitterApiAction $this->since_id = (int)$this->arg('since_id', 0); $this->since = $this->arg('since'); - $this->format = $this->arg('format'); $this->group = $this->getTargetGroup($this->arg('id')); $this->profiles = $this->getProfiles(); |