(bug 35885) remove api version string and parameter
[lhc/web/wiklou.git] / includes / api / ApiWatch.php
index 275275e..16da176 100644 (file)
@@ -151,8 +151,4 @@ class ApiWatch extends ApiBase {
        public function getHelpUrls() {
                return 'https://www.mediawiki.org/wiki/API:Watch';
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }