DirectorObjectForm: remove unused method

This commit is contained in:
Thomas Gelf 2022-02-06 11:47:23 +01:00
parent 818ee7a01a
commit 2845be7542
1 changed files with 0 additions and 12 deletions

View File

@ -451,18 +451,6 @@ abstract class DirectorObjectForm extends DirectorForm
}
}
protected function removeEmptyProperties($props)
{
$result = array();
foreach ($props as $k => $v) {
if ($v !== null && $v !== '' && $v !== array()) {
$result[$k] = $v;
}
}
return $result;
}
protected function prepareFields($object)
{
if ($this->assertResolvedImports()) {