Remove getSecondaryDataUpdates and friends from ParserOutput.
[lhc/web/wiklou.git] / includes / api / ApiFormatTxt.php
index 6c75a56..505b259 100644 (file)
@@ -43,10 +43,6 @@ class ApiFormatTxt extends ApiFormatBase {
                $this->printText( print_r( $this->getResultData(), true ) );
        }
 
-       public function getDescription() {
-               return 'Output data in PHP\'s print_r() format' . parent::getDescription();
-       }
-
        public function isDeprecated() {
                return true;
        }