(bug 35885) remove api version string and parameter
[lhc/web/wiklou.git] / includes / api / ApiQueryDisabled.php
index 6715969..c0929a0 100644 (file)
@@ -61,8 +61,4 @@ class ApiQueryDisabled extends ApiQueryBase {
        public function getExamples() {
                return array();
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }