From a4062f0ab161c817e21c9b029f6bdf9724ec1729 Mon Sep 17 00:00:00 2001 From: yashodha Date: Mon, 31 Dec 2018 10:53:24 +0530 Subject: [PATCH] remove unneccessary code --- CRM/Report/Form/Pledge/Pbnp.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CRM/Report/Form/Pledge/Pbnp.php b/CRM/Report/Form/Pledge/Pbnp.php index e2199e8821..562b1435f3 100644 --- a/CRM/Report/Form/Pledge/Pbnp.php +++ b/CRM/Report/Form/Pledge/Pbnp.php @@ -46,10 +46,6 @@ class CRM_Report_Form_Pledge_Pbnp extends CRM_Report_Form { * Class constructor. */ public function __construct() { - - // Check if CiviCampaign is a) enabled and b) has active campaigns - $config = CRM_Core_Config::singleton(); - $this->_columns = array( 'civicrm_contact' => array( 'dao' => 'CRM_Contact_DAO_Contact', -- 2.25.1