From ccd8e3964f548798eb05a430b3ea81b2760069cc Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 14 Feb 2009 00:30:08 +0000 Subject: Get mail search bar partially working without help from EFilterBar. Search scope (current folder, current account, etc.) is still ignored. svn path=/branches/kill-bonobo/; revision=37263 --- shell/e-shell-content.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'shell/e-shell-content.h') diff --git a/shell/e-shell-content.h b/shell/e-shell-content.h index 98ec2c8f68..04639771f3 100644 --- a/shell/e-shell-content.h +++ b/shell/e-shell-content.h @@ -85,9 +85,6 @@ GtkWidget * e_shell_content_new (struct _EShellView *shell_view); guint32 e_shell_content_check_state (EShellContent *shell_content); struct _EShellView * e_shell_content_get_shell_view (EShellContent *shell_content); -RuleContext * e_shell_content_get_context (EShellContent *shell_content); -void e_shell_content_set_context (EShellContent *shell_content, - RuleContext *context); GtkRadioAction *e_shell_content_get_filter_action (EShellContent *shell_content); void e_shell_content_set_filter_action @@ -115,9 +112,6 @@ void e_shell_content_set_search_rule (EShellContent *shell_content, const gchar * e_shell_content_get_search_text (EShellContent *shell_content); void e_shell_content_set_search_text (EShellContent *shell_content, const gchar *search_text); -gint e_shell_content_get_search_value(EShellContent *shell_content); -void e_shell_content_set_search_value(EShellContent *shell_content, - gint search_value); gboolean e_shell_content_get_search_visible (EShellContent *shell_content); void e_shell_content_set_search_visible -- cgit v1.2.3