diff options
author | Xan Lopez <xan@igalia.com> | 2012-01-23 23:52:59 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-01-23 23:52:59 +0800 |
commit | 0caf6e516601a5167b4e3f18593dcb75d85b8452 (patch) | |
tree | e21fa3b3dcb0944961f64f7f69e4502afad79709 | |
parent | 638dcf1c151204035900146ac41072dcdc82bf72 (diff) | |
download | gsoc2013-epiphany-0caf6e516601a5167b4e3f18593dcb75d85b8452.tar gsoc2013-epiphany-0caf6e516601a5167b4e3f18593dcb75d85b8452.tar.gz gsoc2013-epiphany-0caf6e516601a5167b4e3f18593dcb75d85b8452.tar.bz2 gsoc2013-epiphany-0caf6e516601a5167b4e3f18593dcb75d85b8452.tar.lz gsoc2013-epiphany-0caf6e516601a5167b4e3f18593dcb75d85b8452.tar.xz gsoc2013-epiphany-0caf6e516601a5167b4e3f18593dcb75d85b8452.tar.zst gsoc2013-epiphany-0caf6e516601a5167b4e3f18593dcb75d85b8452.zip |
ephy-window: remove leftover from the editable toolbar ancient past
-rw-r--r-- | 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 9bc2f531f..5a6dbd2ad 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)) { |