DashboardManager: Remove unused property

This commit is contained in:
Yonas Habteab 2022-05-20 12:38:29 +02:00
parent 997517dc8d
commit 7fcc2caae5

View File

@ -10,7 +10,6 @@ use Icinga\Exception\ProgrammingError;
use Icinga\Model; use Icinga\Model;
use Icinga\Web\Dashboard\Dashboard; use Icinga\Web\Dashboard\Dashboard;
use Icinga\Web\Dashboard\DashboardHome; use Icinga\Web\Dashboard\DashboardHome;
use Icinga\Web\Dashboard\Pane;
use Icinga\Util\DBUtils; use Icinga\Util\DBUtils;
use ipl\Stdlib\Filter; use ipl\Stdlib\Filter;
@ -18,13 +17,6 @@ trait DashboardManager
{ {
use DashboardUserManager; use DashboardUserManager;
/**
* A list of default panes loaded from monitoring|icingadb module
*
* @var Pane[]
*/
private static $defaultPanes = [];
/** /**
* Load the given or all homes (null) * Load the given or all homes (null)
* *