DirectorObjectForm: remove now useless hook

This commit is contained in:
Thomas Gelf 2015-08-02 15:05:07 +02:00
parent 237aaffc45
commit 213df7e34b

View File

@ -33,16 +33,6 @@ abstract class DirectorObjectForm extends QuickForm
return $this->object; return $this->object;
} }
protected function onSetup()
{
$object = $this->object();
if (! $object instanceof IcingaObject) {
return;
}
}
protected function isTemplate() protected function isTemplate()
{ {
return $this->objectType === 'template'; return $this->objectType === 'template';