From e3090a8e1dc3eb7ff4c0671649b3864c6f060307 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sun, 19 Mar 2023 13:35:33 +1300 Subject: [PATCH] Remove some no-longer-used properties --- CRM/Contribute/Import/Parser/Contribution.php | 53 ------------------- 1 file changed, 53 deletions(-) diff --git a/CRM/Contribute/Import/Parser/Contribution.php b/CRM/Contribute/Import/Parser/Contribution.php index a379e26bff..e85444c370 100644 --- a/CRM/Contribute/Import/Parser/Contribution.php +++ b/CRM/Contribute/Import/Parser/Contribution.php @@ -68,56 +68,12 @@ class CRM_Contribute_Import_Parser_Contribution extends CRM_Import_Parser { */ protected $_separator; - /** - * Running total number of valid soft credit rows - * @var int - */ - protected $_validSoftCreditRowCount; - - /** - * Running total number of invalid soft credit rows - * @var int - */ - protected $_invalidSoftCreditRowCount; - - /** - * Running total number of valid pledge payment rows - * @var int - */ - protected $_validPledgePaymentRowCount; - - /** - * Running total number of invalid pledge payment rows - * @var int - */ - protected $_invalidPledgePaymentRowCount; - /** * Array of pledge payment error lines, bounded by MAX_ERROR * @var array */ protected $_pledgePaymentErrors; - /** - * Array of pledge payment error lines, bounded by MAX_ERROR - * @var array - */ - protected $_softCreditErrors; - - /** - * Filename of pledge payment error data - * - * @var string - */ - protected $_pledgePaymentErrorsFileName; - - /** - * Filename of soft credit error data - * - * @var string - */ - protected $_softCreditErrorsFileName; - /** * Get the field mappings for the import. * @@ -561,15 +517,6 @@ class CRM_Contribute_Import_Parser_Contribution extends CRM_Import_Parser { return FALSE; } - /** - * Get the array of successfully imported contribution id's - * - * @return array - */ - public function &getImportedContributions() { - return $this->_newContributions; - } - /** * take the input parameter list as specified in the data model and * convert it into the same format that we use in QF and BAO object -- 2.25.1