Skip to content

Commit

Permalink
Remove long deprecated methods
Browse files Browse the repository at this point in the history
Part of #1014
  • Loading branch information
JeroenDeDauw committed Sep 3, 2018
1 parent 8f2dd1e commit 1c87353
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions src/Query/ResultPrinters/ResultPrinter.php
Expand Up @@ -656,35 +656,6 @@ protected function addError( $errorMessage ) {
$this->mErrors[] = $errorMessage;
}

/**
* Return an array describing the parameters of specifically text-based
* formats, like 'list' and 'table', for use in their getParameters()
* functions
*
* @deprecated since 1.8, removal in 1.10
*
* @since 1.5.0
*
* @return array
*/
protected function textDisplayParameters() {
return array();
}

/**
* Return an array describing the parameters of the export formats
* like 'rss' and 'csv', for use in their getParameters() functions
*
* @deprecated since 1.8, removal in 1.10
*
* @since 1.5.0
*
* @return array
*/
protected function exportFormatParameters() {
return array();
}

/**
* A function to describe the allowed parameters of a query using
* any specific format - most query printers should override this
Expand Down

0 comments on commit 1c87353

Please sign in to comment.