From 2428d00d72c2000ce9eb1ee7b4360851dd21228b Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Fri, 20 May 2022 12:38:29 +0200 Subject: [PATCH] DashboardManager: Remove unused property --- library/Icinga/Web/Dashboard/Common/DashboardManager.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/library/Icinga/Web/Dashboard/Common/DashboardManager.php b/library/Icinga/Web/Dashboard/Common/DashboardManager.php index 674a5162428..b8584d845dc 100644 --- a/library/Icinga/Web/Dashboard/Common/DashboardManager.php +++ b/library/Icinga/Web/Dashboard/Common/DashboardManager.php @@ -10,7 +10,6 @@ use Icinga\Model; use Icinga\Web\Dashboard\Dashboard; use Icinga\Web\Dashboard\DashboardHome; -use Icinga\Web\Dashboard\Pane; use Icinga\Util\DBUtils; use ipl\Stdlib\Filter; @@ -18,13 +17,6 @@ trait DashboardManager { use DashboardUserManager; - /** - * A list of default panes loaded from monitoring|icingadb module - * - * @var Pane[] - */ - private static $defaultPanes = []; - /** * Load the given or all homes (null) *