summaryrefslogtreecommitdiff
path: root/actions/apiusershow.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/apiusershow.php')
-rw-r--r--actions/apiusershow.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/actions/apiusershow.php b/actions/apiusershow.php
index afcbd3618..1cd0cdfd5 100644
--- a/actions/apiusershow.php
+++ b/actions/apiusershow.php
@@ -46,8 +46,6 @@ require_once INSTALLDIR.'/lib/api.php';
class ApiUserShowAction extends TwitterApiAction
{
-
- var $format = null;
var $user = null;
/**
@@ -63,8 +61,6 @@ class ApiUserShowAction extends TwitterApiAction
{
parent::prepare($args);
- $this->format = $this->arg('format');
-
$email = $this->arg('email');
// XXX: email field deprecated in Twitter's API