Remove getVersion from api module

This method is deprecated since 1.21, VE is marked to require 1.22.

Change-Id: I67d30777fe0b2ebdacffcb2d6ca92275321c4e68
This commit is contained in:
Niklas Laxström 2014-04-17 14:04:21 +00:00
parent 32446f3cb3
commit dc4015455b

View file

@ -573,10 +573,6 @@ class ApiVisualEditor extends ApiBase {
return true; return true;
} }
public function getVersion() {
return __CLASS__ . ': $Id$';
}
public function getParamDescription() { public function getParamDescription() {
return array( return array(
'page' => 'The page to perform actions on.', 'page' => 'The page to perform actions on.',