From: Sam Reed Date: Tue, 26 Oct 2010 16:37:15 +0000 (+0000) Subject: Followup r75282, remove now unused class variables X-Git-Tag: 1.31.0-rc.0~34296 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=d194b9a17987dfed7ed4b054463f34a42f443270;p=lhc%2Fweb%2Fwiklou.git Followup r75282, remove now unused class variables --- diff --git a/includes/api/ApiQueryPageProps.php b/includes/api/ApiQueryPageProps.php index 2b984ba533..8aaa750d66 100644 --- a/includes/api/ApiQueryPageProps.php +++ b/includes/api/ApiQueryPageProps.php @@ -36,7 +36,7 @@ if ( !defined( 'MEDIAWIKI' ) ) { */ class ApiQueryPageProps extends ApiQueryBase { - private $params, $titles, $missing, $everything; + private $params; public function __construct( $query, $moduleName ) { parent::__construct( $query, $moduleName, 'pp' );