diff --git a/core/includes/menu.inc b/core/includes/menu.inc index dc808d1..658de74 100644 --- a/core/includes/menu.inc +++ b/core/includes/menu.inc @@ -256,14 +256,6 @@ */ /** - * The maximum depth of a menu links tree - matches the number of p columns. - * - * @todo Move this constant to MenuLinkStorage along with all the tree - * functionality. - */ -const MENU_MAX_DEPTH = 9; - -/** * @section Rendering menus * Once you have created menus (that contain menu links), you want to render * them. Drupal provides a block (Drupal\system\Plugin\Block\SystemMenuBlock) to