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