[epiphany] ephy-window: remove leftover from the editable toolbar ancient past



commit 0caf6e516601a5167b4e3f18593dcb75d85b8452
Author: Xan Lopez <xan igalia com>
Date:   Mon Jan 23 16:52:59 2012 +0100

    ephy-window: remove leftover from the editable toolbar ancient past

 src/ephy-window.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 9bc2f53..5a6dbd2 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -398,7 +398,6 @@ struct _EphyWindowPrivate
 	guint closing : 1;
 	guint has_size : 1;
 	guint fullscreen_mode : 1;
-	guint should_save_chrome : 1;
 	guint is_popup : 1;
 	guint present_on_insert : 1;
 	guint key_theme_is_emacs : 1;
@@ -2916,11 +2915,6 @@ ephy_window_set_chrome (EphyWindow *window, EphyWebViewChrome mask)
 {
 	EphyWebViewChrome chrome_mask = mask;
 
-	if (mask == EPHY_WEB_VIEW_CHROME_ALL)
-	{
-		window->priv->should_save_chrome = TRUE;
-	}
-
 	if (!g_settings_get_boolean (EPHY_SETTINGS_UI,
 				     EPHY_PREFS_UI_SHOW_TOOLBARS))
 	{



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