aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-07-03 23:16:49 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-07-03 23:29:03 +0800
commitd7d08dc1686fb456a3a4975b090120b5dfab299d (patch)
tree1cefee86b6e0d4dccfb42434c91e1b38a9e1856f /shell
parentb23f03a3b45d5da1fe47c731db77651a736cd969 (diff)
downloadgsoc2013-evolution-d7d08dc1686fb456a3a4975b090120b5dfab299d.tar
gsoc2013-evolution-d7d08dc1686fb456a3a4975b090120b5dfab299d.tar.gz
gsoc2013-evolution-d7d08dc1686fb456a3a4975b090120b5dfab299d.tar.bz2
gsoc2013-evolution-d7d08dc1686fb456a3a4975b090120b5dfab299d.tar.lz
gsoc2013-evolution-d7d08dc1686fb456a3a4975b090120b5dfab299d.tar.xz
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.
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-content.h3
1 files changed, 0 insertions, 3 deletions
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