diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-03 23:16:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-03 23:29:03 +0800 |
commit | d7d08dc1686fb456a3a4975b090120b5dfab299d (patch) | |
tree | 1cefee86b6e0d4dccfb42434c91e1b38a9e1856f | |
parent | b23f03a3b45d5da1fe47c731db77651a736cd969 (diff) | |
download | gsoc2013-evolution-d7d08dc1686fb456a3a4975b090120b5dfab299d.tar.gz gsoc2013-evolution-d7d08dc1686fb456a3a4975b090120b5dfab299d.tar.zst gsoc2013-evolution-d7d08dc1686fb456a3a4975b090120b5dfab299d.zip |
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.
-rw-r--r-- | doc/reference/evolution-shell/evolution-shell-sections.txt | 2 | ||||
-rw-r--r-- | 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 4e3585ee03..8986adc8d6 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 58c20e38ad..ea9c51736b 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 |