summaryrefslogtreecommitdiff
path: root/actions/apiuserfollowers.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/apiuserfollowers.php')
-rw-r--r--actions/apiuserfollowers.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/actions/apiuserfollowers.php b/actions/apiuserfollowers.php
index e8d92a773..a5a429259 100644
--- a/actions/apiuserfollowers.php
+++ b/actions/apiuserfollowers.php
@@ -48,7 +48,6 @@ require_once INSTALLDIR . '/lib/apibareauth.php';
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
* @link http://status.net/
*/
-
class ApiUserFollowersAction extends ApiSubscriptionsAction
{
/**
@@ -56,7 +55,6 @@ class ApiUserFollowersAction extends ApiSubscriptionsAction
*
* @return array Profiles
*/
-
function getProfiles()
{
$offset = ($this->page - 1) * $this->count;
@@ -85,5 +83,4 @@ class ApiUserFollowersAction extends ApiSubscriptionsAction
return $profiles;
}
-
}