[epiphany] window: Remove obsolete code



commit 47117f4634949c156a898ca43e4e4a3e129437e7
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Sep 10 20:41:11 2016 -0500

    window: Remove obsolete code
    
    We don't do this anymore. And app menus don't use menubars anymore
    anyway.

 src/ephy-window.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index ef92d65..025053b 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3057,10 +3057,6 @@ ephy_window_constructor (GType                  type,
     chrome &= ~(EPHY_WINDOW_CHROME_MENU | EPHY_WINDOW_CHROME_TABSBAR);
   }
 
-  /* We never want the menubar shown, we merge the app menu into
-   * our super menu manually when running outside the Shell. */
-  gtk_application_window_set_show_menubar (GTK_APPLICATION_WINDOW (window), FALSE);
-
   init_menu_updaters (window);
 
   ephy_window_set_chrome (window, chrome);


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