Skip to content
Snippets Groups Projects
Unverified Commit bb4e0db7 authored by colemanw's avatar colemanw Committed by GitHub
Browse files

Merge pull request #24271 from eileenmcnaughton/leg_select

Remove no-longer-used function
parents 5b413c6e 4ccd307e
Branches
Tags
No related merge requests found
......@@ -543,17 +543,6 @@ abstract class CRM_Import_Parser implements UserJobInterface {
}
}
/**
* @return array
*/
public function getSelectValues(): array {
$values = [];
foreach ($this->_fields as $name => $field) {
$values[$name] = $field->_title;
}
return $values;
}
/**
* @return array
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment