diff --git a/core/modules/entity/entity.module b/core/modules/entity/entity.module index ef82f18038b..9cd45d4ee49 100644 --- a/core/modules/entity/entity.module +++ b/core/modules/entity/entity.module @@ -80,21 +80,6 @@ function entity_menu() { return $items; } -/** - * Implements hook_local_actions(). - */ -function entity_local_actions() { - return array( - array( - 'route_name' => 'entity.view_mode_add', - 'title' => t('Add view mode'), - 'appears_on' => array( - 'entity.view_mode_list', - ), - ), - ); -} - /** * Implements hook_entity_bundle_rename(). */