diff --git a/plugins/entity/PanelizerEntityNode.class.php b/plugins/entity/PanelizerEntityNode.class.php index c51f7f9..b43261c 100644 --- a/plugins/entity/PanelizerEntityNode.class.php +++ b/plugins/entity/PanelizerEntityNode.class.php @@ -183,16 +183,6 @@ public function hook_page_alter(&$page) { } } - /** - * Implements a delegated hook_admin_paths. - * - * Need to avoid collisions on node/%node/panelizer paths for the Project - * module as used on drupal.org. - */ - public function hook_admin_paths(&$items) { - $items['node/*/panelizer*'] = TRUE; - } - public function preprocess_panelizer_view_mode(&$vars, $entity, $element, $panelizer, $info) { parent::preprocess_panelizer_view_mode($vars, $entity, $element, $panelizer, $info);