(bug 35885) remove api version string and parameter
[lhc/web/wiklou.git] / includes / api / ApiQueryAllPages.php
index b180572..0c6692a 100644 (file)
@@ -355,8 +355,4 @@ class ApiQueryAllPages extends ApiQueryGeneratorBase {
        public function getHelpUrls() {
                return 'https://www.mediawiki.org/wiki/API:Allpages';
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }