[evolution] Remove unused e_shell_window_get_menu_bar_box().



commit 82cf89330597aa4feeb6d4fb1174dbc0bd13d1e4
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Aug 10 16:50:47 2013 -0400

    Remove unused e_shell_window_get_menu_bar_box().

 .../evolution-shell/evolution-shell-sections.txt   |    1 -
 shell/e-shell-window.c                             |    6 ------
 shell/e-shell-window.h                             |    1 -
 3 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/doc/reference/evolution-shell/evolution-shell-sections.txt 
b/doc/reference/evolution-shell/evolution-shell-sections.txt
index 1aa6e82..d64d2be 100644
--- a/doc/reference/evolution-shell/evolution-shell-sections.txt
+++ b/doc/reference/evolution-shell/evolution-shell-sections.txt
@@ -298,7 +298,6 @@ e_shell_window_get_toolbar_visible
 e_shell_window_set_toolbar_visible
 e_shell_window_register_new_item_actions
 e_shell_window_register_new_source_actions
-e_shell_window_get_menu_bar_box
 <SUBSECTION Standard>
 E_SHELL_WINDOW
 E_IS_SHELL_WINDOW
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index 5488ccb..38caecd 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -391,12 +391,6 @@ shell_window_construct_menubar (EShellWindow *shell_window)
        return main_menu;
 }
 
-GtkWidget *
-e_shell_window_get_menu_bar_box (EShellWindow *shell_window)
-{
-       return shell_window->priv->menubar_box;
-}
-
 static GtkWidget *
 shell_window_construct_toolbar (EShellWindow *shell_window)
 {
diff --git a/shell/e-shell-window.h b/shell/e-shell-window.h
index b96d2f6..635184f 100644
--- a/shell/e-shell-window.h
+++ b/shell/e-shell-window.h
@@ -147,7 +147,6 @@ void                e_shell_window_register_new_source_actions
                                                 const gchar *backend_name,
                                                 GtkActionEntry *entries,
                                                 guint n_entries);
-GtkWidget *    e_shell_window_get_menu_bar_box (EShellWindow *shell_window);
 
 G_END_DECLS
 


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