Merge "Remove getVersion from api module"

This commit is contained in:
jenkins-bot 2014-04-18 04:23:23 +00:00 committed by Gerrit Code Review
commit 12e780c67a

View file

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