(bug 35885) remove api version string and parameter
[lhc/web/wiklou.git] / includes / api / ApiQueryStashImageInfo.php
index a310d10..1b97317 100644 (file)
@@ -138,9 +138,5 @@ class ApiQueryStashImageInfo extends ApiQueryImageInfo {
                );
        }
 
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
-
 }