diff options
Diffstat (limited to 'includes/api/ApiFormatNone.php')
-rw-r--r-- | includes/api/ApiFormatNone.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/api/ApiFormatNone.php b/includes/api/ApiFormatNone.php index 78023af3..dc623ac1 100644 --- a/includes/api/ApiFormatNone.php +++ b/includes/api/ApiFormatNone.php @@ -36,8 +36,4 @@ class ApiFormatNone extends ApiFormatBase { public function execute() { } - - public function getDescription() { - return 'Output nothing' . parent::getDescription(); - } } |