From 77bc4639718f4c47896caff7759e7f635f707b7a Mon Sep 17 00:00:00 2001
From: Earl Miles <merlin@logrus.com>
Date: Mon, 20 Apr 2009 21:35:25 +0000
Subject: [PATCH] Remove the setting to allow Views to use the exposed form as
 that isnt actually implemented. Would be a nice feature though.

---
 .../plugins/views/views_content_plugin_display_panel_pane.inc   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/views_content/plugins/views/views_content_plugin_display_panel_pane.inc b/views_content/plugins/views/views_content_plugin_display_panel_pane.inc
index 59ca5786..9cdd541e 100644
--- a/views_content/plugins/views/views_content_plugin_display_panel_pane.inc
+++ b/views_content/plugins/views/views_content_plugin_display_panel_pane.inc
@@ -152,7 +152,7 @@ class views_content_plugin_display_panel_pane extends views_plugin_display {
           'more_link' => t('More link'),
           'path_override' => t('Path override'),
           'title_override' => t('Title override'),
-          'exposed_form' => t('Use exposed widgets form as pane configuration'),
+//          'exposed_form' => t('Use exposed widgets form as pane configuration'),
         );
 
         $allow = array_filter($this->get_option('allow'));
-- 
GitLab