From 8acb6a50288b913e8659e9f9182ef38a40fb505c Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 8 Jun 2022 06:55:39 +1200 Subject: [PATCH] Fix error due to interim merge adding funciton to parent --- CRM/Event/Import/Parser/Participant.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/CRM/Event/Import/Parser/Participant.php b/CRM/Event/Import/Parser/Participant.php index 90c074167a55..8098f6ba4800 100644 --- a/CRM/Event/Import/Parser/Participant.php +++ b/CRM/Event/Import/Parser/Participant.php @@ -112,21 +112,6 @@ public function preview(&$values) { return $this->summary($values); } - /** - * Validate the values. - * - * @param array $values - * The array of values belonging to this line. - * - * @return bool - * the result of this processing - */ - public function validateValues($values) { - $params = $this->getMappedRow($values); - $this->validateParams($params); - return CRM_Import_Parser::VALID; - } - /** * Handle the values in summary mode. *