From 5c18e689460f6a0fbd9ae3bc6876a3072d9227ce Mon Sep 17 00:00:00 2001 From: Daniel Wehner Date: Fri, 31 Aug 2012 08:08:45 +0200 Subject: [PATCH] Remove unneeded CTools plugin info file. --- plugins/export_ui/views_ui.inc | 37 ---------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 plugins/export_ui/views_ui.inc diff --git a/plugins/export_ui/views_ui.inc b/plugins/export_ui/views_ui.inc deleted file mode 100644 index 042fc79cd03..00000000000 --- a/plugins/export_ui/views_ui.inc +++ /dev/null @@ -1,37 +0,0 @@ - 'views_view', - 'access' => 'administer views', - - 'menu' => array( - 'menu item' => 'views', - 'menu title' => 'Views', - 'menu description' => 'Manage customized lists of content.', - ), - - 'title singular' => t('view'), - 'title singular proper' => t('View'), - 'title plural' => t('views'), - 'title plural proper' => t('Views'), - - 'handler' => 'views_ui', - - 'strings' => array( - 'confirmation' => array( - 'revert' => array( - 'information' => t('This action will permanently remove any customizations made to this view.'), - 'success' => t('The view has been reverted.'), - ), - 'delete' => array( - 'information' => t('This action will permanently remove the view from your database.'), - 'success' => t('The view has been deleted.'), - ), - ), - ), -);