From 04ae500749ea2e5937ac1f28ef8c7edf4f99f0a1 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Thu, 28 Oct 2010 01:19:04 +0200 Subject: * i18n/L10n fixes. * translator documentation updated. * superfluous whitespace removed. --- actions/apiuserfollowers.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'actions/apiuserfollowers.php') 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; } - } -- cgit v1.2.3-54-g00ecf