(bug 35885) remove api version string and parameter
[lhc/web/wiklou.git] / includes / api / ApiQueryLinks.php
index 54ee57c..138d79b 100644 (file)
@@ -247,8 +247,4 @@ class ApiQueryLinks extends ApiQueryGeneratorBase {
        public function getHelpUrls() {
                return $this->helpUrl;
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }