[evolution] EShellContent: Remove dangling function declarations.



commit d7d08dc1686fb456a3a4975b090120b5dfab299d
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Jul 3 11:16:49 2013 -0400

    EShellContent: Remove dangling function declarations.
    
    The e_shell_content_get_view_id() and e_shell_content_set_view_id()
    header file declarations have no implementation.

 .../evolution-shell/evolution-shell-sections.txt   |    2 --
 shell/e-shell-content.h                            |    3 ---
 2 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/doc/reference/evolution-shell/evolution-shell-sections.txt 
b/doc/reference/evolution-shell/evolution-shell-sections.txt
index 4e3585e..8986adc 100644
--- a/doc/reference/evolution-shell/evolution-shell-sections.txt
+++ b/doc/reference/evolution-shell/evolution-shell-sections.txt
@@ -82,8 +82,6 @@ e_shell_content_check_state
 e_shell_content_focus_search_results
 e_shell_content_get_alert_bar
 e_shell_content_get_shell_view
-e_shell_content_get_view_id
-e_shell_content_set_view_id
 e_shell_content_run_advanced_search_dialog
 e_shell_content_run_edit_searches_dialog
 e_shell_content_run_save_search_dialog
diff --git a/shell/e-shell-content.h b/shell/e-shell-content.h
index 58c20e3..ea9c517 100644
--- a/shell/e-shell-content.h
+++ b/shell/e-shell-content.h
@@ -81,9 +81,6 @@ void          e_shell_content_focus_search_results
 GtkWidget *    e_shell_content_get_alert_bar   (EShellContent *shell_content);
 struct _EShellView *
                e_shell_content_get_shell_view  (EShellContent *shell_content);
-const gchar *  e_shell_content_get_view_id     (EShellContent *shell_content);
-void           e_shell_content_set_view_id     (EShellContent *shell_content,
-                                                const gchar *view_id);
 void           e_shell_content_run_advanced_search_dialog
                                                (EShellContent *shell_content);
 void           e_shell_content_run_edit_searches_dialog


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]