(bug 35885) remove api version string and parameter
[lhc/web/wiklou.git] / includes / api / ApiPageSet.php
index 5fcb132..e2f4dae 100644 (file)
@@ -791,8 +791,4 @@ class ApiPageSet extends ApiQueryBase {
                        array( 'code' => 'multisource', 'info' => "Cannot use 'revids' at the same time as 'dataSource'" ),
                ) );
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }