aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-commands.c
diff options
context:
space:
mode:
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;