(bug 35885) remove api version string and parameter
[lhc/web/wiklou.git] / includes / api / ApiFeedContributions.php
index 15a377c..2f02674 100644 (file)
@@ -213,8 +213,4 @@ class ApiFeedContributions extends ApiBase {
                        'api.php?action=feedcontributions&user=Reedy',
                );
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }