From 8601f26f03a9561c99761466cb2ad0e027e680e8 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 5 Oct 2021 22:33:05 +0200 Subject: [PATCH] BranchSupportHook: drop linkToBranchedObject --- library/Director/Hook/BranchSupportHook.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/library/Director/Hook/BranchSupportHook.php b/library/Director/Hook/BranchSupportHook.php index 6f676193..6615cbe0 100644 --- a/library/Director/Hook/BranchSupportHook.php +++ b/library/Director/Hook/BranchSupportHook.php @@ -4,7 +4,6 @@ namespace Icinga\Module\Director\Hook; use Icinga\Authentication\Auth; use Icinga\Module\Director\Dashboard\Dashlet\Dashlet; -use Icinga\Module\Director\Data\Db\DbObject; use Icinga\Module\Director\Db; use Icinga\Module\Director\Db\Branch\Branch; use Icinga\Module\Director\Db\Branch\BranchSTore; @@ -29,15 +28,6 @@ abstract class BranchSupportHook */ abstract public function linkToBranch(Branch $branch, Auth $auth, $label = null); - /** - * @param string $label - * @param Branch $branch - * @param DbObject $object - * @param Auth $auth - * @return ?ValidHtml - */ - abstract public function linkToBranchedObject($label, Branch $branch, DbObject $object, Auth $auth); - /** * @param Db $db * @return Dashlet[]