Merge "Further improve load order of RC and watchlist styling"
[lhc/web/wiklou.git] / includes / api / ApiFormatRaw.php
index 184f0a3..d278efa 100644 (file)
@@ -66,8 +66,4 @@ class ApiFormatRaw extends ApiFormatBase {
                }
                $this->printText( $data['text'] );
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }