DirectorObjectForm: remove now useless hook

This commit is contained in:
Thomas Gelf 2015-08-02 15:05:07 +02:00
parent 237aaffc45
commit 213df7e34b
1 changed files with 0 additions and 10 deletions

View File

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