(bug 35885) remove api version string and parameter
[lhc/web/wiklou.git] / includes / api / ApiQueryInfo.php
index efbd731..94b6ad8 100644 (file)
@@ -816,8 +816,4 @@ class ApiQueryInfo extends ApiQueryBase {
        public function getHelpUrls() {
                return 'https://www.mediawiki.org/wiki/API:Properties#info_.2F_in';
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }