Skip to content
Snippets Groups Projects
Commit 4ccd307e authored by Eileen McNaughton's avatar Eileen McNaughton
Browse files

Remove no-longer-used function

parent 07ab3d1c
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