From e826f76dba8d57420edcfcf4bf47612798aadfa7 Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Thu, 30 Aug 2012 15:53:29 +0200 Subject: [PATCH] Remove commented out code. --- src/layout_image.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/layout_image.c b/src/layout_image.c index ca2d78be..091a75dd 100644 --- a/src/layout_image.c +++ b/src/layout_image.c @@ -89,10 +89,6 @@ void layout_image_full_screen_start(LayoutWindow *lw) G_CALLBACK(layout_key_press_cb), lw); layout_actions_add_window(lw, lw->full_screen->window); -#if 0 - gtk_widget_set_sensitive(lw->window, FALSE); - if (lw->tools) gtk_widget_set_sensitive(lw->tools, FALSE); -#endif image_osd_copy_status(lw->full_screen->normal_imd, lw->image); } @@ -106,11 +102,6 @@ void layout_image_full_screen_stop(LayoutWindow *lw) image_osd_copy_status(lw->image, lw->full_screen->normal_imd); fullscreen_stop(lw->full_screen); - -#if 0 - gtk_widget_set_sensitive(lw->window, TRUE); - if (lw->tools) gtk_widget_set_sensitive(lw->tools, TRUE); -#endif } void layout_image_full_screen_toggle(LayoutWindow *lw) -- 2.20.1