From fc15f5d8e75540dc97b76e9cea4655f28c660a3b Mon Sep 17 00:00:00 2001 From: webchick <drupal@webchick.net> Date: Tue, 19 May 2015 15:43:00 -0700 Subject: [PATCH] Issue #2473805 by PieterJanPut, alieffring: Unused use statement in RearrangeFilter --- core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php b/core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php index 1b8e18dde02a..051e66c72523 100644 --- a/core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php +++ b/core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php @@ -9,7 +9,6 @@ use Drupal\Component\Utility\SafeMarkup; use Drupal\Core\Form\FormStateInterface; -use Drupal\views_ui\ViewUI; use Drupal\views\ViewExecutable; /** -- GitLab