From: Laurent Monin Date: Thu, 30 Aug 2012 13:53:29 +0000 (+0200) Subject: Remove commented out code. X-Git-Tag: v1.2~43 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=69c450f528c4a97336928b3874ae89681773eb07 Remove commented out code. --- diff --git a/src/layout_util.c b/src/layout_util.c index 6126f8d3..57619f02 100644 --- a/src/layout_util.c +++ b/src/layout_util.c @@ -638,11 +638,6 @@ static void layout_menu_escape_cb(GtkAction *action, gpointer data) LayoutWindow *lw = data; layout_exit_fullscreen(lw); - - /* FIXME:interrupting thumbs no longer allowed */ -#if 0 - interrupt_thumbs(); -#endif } static void layout_menu_overlay_toggle_cb(GtkAction *action, gpointer data)