Merge "Setting tooltip gravity to 's' so that the tooltip shows above"
[lhc/web/wiklou.git] / includes / api / ApiFormatNone.php
index bee1ac9..78023af 100644 (file)
  */
 class ApiFormatNone extends ApiFormatBase {
 
-       public function __construct( $main, $format ) {
-               parent::__construct( $main, $format );
-       }
-
        public function getMimeType() {
                return 'text/plain';
        }