From 7667c73a382d2308cbb041987b3fdd0daaee3f59 Mon Sep 17 00:00:00 2001 From: "manuel.montes" Date: Mon, 10 Dec 2018 14:23:23 +0100 Subject: [PATCH] Deleted constatn Former-commit-id: 880a81ca75686569b16fd362a102364343bc15af --- pandora_console/include/constants.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/pandora_console/include/constants.php b/pandora_console/include/constants.php index 7ce0d2df69..c223738b2a 100644 --- a/pandora_console/include/constants.php +++ b/pandora_console/include/constants.php @@ -485,8 +485,6 @@ define("OPTION_AGENT_AUTOCOMPLETE", 9); define("OPTION_SELECT_MULTISELECTION", 10); define("OPTION_COLOR_PICKER", 11); -define("DASHBOARD_WIDGET_ID_VISUAL_CONSOLE", 22); - /* Transactional map constants */ define("NODE_TYPE", 0); define("ARROW_TYPE", 1);