From d194b9a17987dfed7ed4b054463f34a42f443270 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Tue, 26 Oct 2010 16:37:15 +0000 Subject: [PATCH] Followup r75282, remove now unused class variables --- includes/api/ApiQueryPageProps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); -- 2.20.1