(bug 35885) remove api version string and parameter
[lhc/web/wiklou.git] / includes / api / ApiFeedWatchlist.php
index 373abdb..7a91641 100644 (file)
@@ -233,8 +233,4 @@ class ApiFeedWatchlist extends ApiBase {
        public function getHelpUrls() {
                return 'https://www.mediawiki.org/wiki/API:Watchlist_feed';
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }