From 9a98f594d50179e5fda8434b474e8646a1101be9 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.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/layout.c b/src/layout.c index c175c12c..a7245ffe 100644 --- a/src/layout.c +++ b/src/layout.c @@ -683,9 +683,6 @@ static void layout_list_sync_marks(LayoutWindow *lw) static void layout_list_scroll_to_subpart(LayoutWindow *lw, const gchar *needle) { if (!lw) return; -#if 0 - if (lw->vf) vf_scroll_to_subpart(lw->vf, needle); -#endif } GList *layout_list(LayoutWindow *lw) @@ -1235,10 +1232,6 @@ static void layout_tools_setup(LayoutWindow *lw, GtkWidget *tools, GtkWidget *fi vertical = (layout_location_single(lw->image_location) && !layout_location_vertical(lw->image_location)) || (!layout_location_single(lw->image_location) && layout_location_vertical(layout_grid_compass(lw))); -#if 0 - layout_location_compute(lw->dir_location, lw->file_location, - tools, files, &w1, &w2); -#endif /* for now, tools/dir are always first in order */ w1 = tools; w2 = files; -- 2.20.1