From 00cb7bb9d03c38395ff41c1583ab9b2d127be090 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 3 Dec 2015 19:43:50 +0100 Subject: [PATCH] IcingaHost: let check command be relation-rendered --- library/Director/Objects/IcingaHost.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/library/Director/Objects/IcingaHost.php b/library/Director/Objects/IcingaHost.php index 57b06536..5a061349 100644 --- a/library/Director/Objects/IcingaHost.php +++ b/library/Director/Objects/IcingaHost.php @@ -95,11 +95,6 @@ class IcingaHost extends IcingaObject return $this->getResolvedProperty('check_command_id') !== null; } - protected function renderCheck_command_id() - { - return $this->renderCommandProperty($this->check_command_id); - } - protected function renderEnable_notifications() { return $this->renderBooleanProperty('enable_notifications');