From b3ba231beee6bb40d755c9a255b3020f62b41025 Mon Sep 17 00:00:00 2001 From: Nathaniel Catchpole Date: Thu, 31 Oct 2013 11:53:00 +0000 Subject: [PATCH] Issue #2120001 by tim.plunkett: Remove leftover ContentTranslationLocalTasks. --- .../content_translation.local_tasks.yml | 1 - .../Plugin/ContentTranslationLocalTasks.php | 18 ------------------ 2 files changed, 19 deletions(-) delete mode 100644 core/modules/content_translation/lib/Drupal/content_translation/Plugin/ContentTranslationLocalTasks.php diff --git a/core/modules/content_translation/content_translation.local_tasks.yml b/core/modules/content_translation/content_translation.local_tasks.yml index 6e4a6bb0a6e..151c5845b20 100644 --- a/core/modules/content_translation/content_translation.local_tasks.yml +++ b/core/modules/content_translation/content_translation.local_tasks.yml @@ -1,4 +1,3 @@ content_translation.local_tasks: derivative: 'Drupal\content_translation\Plugin\Derivative\ContentTranslationLocalTasks' - class: 'Drupal\content_translation\Plugin\ContentTranslationLocalTasks' weight: 100 diff --git a/core/modules/content_translation/lib/Drupal/content_translation/Plugin/ContentTranslationLocalTasks.php b/core/modules/content_translation/lib/Drupal/content_translation/Plugin/ContentTranslationLocalTasks.php deleted file mode 100644 index 172b6be1b58..00000000000 --- a/core/modules/content_translation/lib/Drupal/content_translation/Plugin/ContentTranslationLocalTasks.php +++ /dev/null @@ -1,18 +0,0 @@ -