aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2011-12-14 00:16:23 +0800
committerXan Lopez <xan@igalia.com>2011-12-14 23:30:21 +0800
commita74877f7f28f105369acef053b339ceefce33c92 (patch)
treef0769f03fb07355c2d751500d80e70e1a2ea5034 /src/window-commands.c
parentc1c74c929c1e773d1f79d1b3bd0cf10bb572f8f9 (diff)
downloadgsoc2013-epiphany-a74877f7f28f105369acef053b339ceefce33c92.tar
gsoc2013-epiphany-a74877f7f28f105369acef053b339ceefce33c92.tar.gz
gsoc2013-epiphany-a74877f7f28f105369acef053b339ceefce33c92.tar.bz2
gsoc2013-epiphany-a74877f7f28f105369acef053b339ceefce33c92.tar.lz
gsoc2013-epiphany-a74877f7f28f105369acef053b339ceefce33c92.tar.xz
gsoc2013-epiphany-a74877f7f28f105369acef053b339ceefce33c92.tar.zst
gsoc2013-epiphany-a74877f7f28f105369acef053b339ceefce33c92.zip
Remove ephy_window_get_toolbar
The only use in window-commands.c is not superfluous.
Diffstat (limited to 'src/window-commands.c')
-rw-r--r--src/window-commands.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/window-commands.c b/src/window-commands.c
index 3fb876513..dfb59698b 100644
--- a/src/window-commands.c
+++ b/src/window-commands.c
@@ -887,9 +887,6 @@ void
window_cmd_view_fullscreen (GtkAction *action,
EphyWindow *window)
{
- /* Otherwise the other toolbar layout shows briefly while switching */
- gtk_widget_hide (ephy_window_get_toolbar (window));
-
if (gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action)))
{
GtkWidget *toolbar_editor;