diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-01 13:00:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-01 18:33:22 +0800 |
commit | af2178334938f9f45aa2c39f6880394bb5c12988 (patch) | |
tree | 50b1dc38b667f459f902dfa8bc0f125c6dd52aad /shell/e-shell-view.h | |
parent | 1047848935ff20342a1ced37553ba89d710378d5 (diff) | |
download | gsoc2013-evolution-af2178334938f9f45aa2c39f6880394bb5c12988.tar.gz gsoc2013-evolution-af2178334938f9f45aa2c39f6880394bb5c12988.tar.zst gsoc2013-evolution-af2178334938f9f45aa2c39f6880394bb5c12988.zip |
Remove e_shell_view_[un]block_update_actions().
No longer needed.
Diffstat (limited to 'shell/e-shell-view.h')
-rw-r--r-- | shell/e-shell-view.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index 068ae392ca..5351e7226c 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -227,10 +227,6 @@ void e_shell_view_unblock_execute_search gboolean e_shell_view_is_execute_search_blocked (EShellView *shell_view); void e_shell_view_update_actions (EShellView *shell_view); -void e_shell_view_block_update_actions - (EShellView *shell_view); -void e_shell_view_unblock_update_actions - (EShellView *shell_view); GtkWidget * e_shell_view_show_popup_menu (EShellView *shell_view, const gchar *widget_path, GdkEvent *button_event); |