From 2298cdfebbb9e2a88d86e9227fe0b38cb0afc800 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 21 Apr 2021 11:05:57 +0200 Subject: Remove index_args->max_n_peaks It's not used anywhere. --- src/indexamajig.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/indexamajig.c') diff --git a/src/indexamajig.c b/src/indexamajig.c index f2852c99..8d06e276 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -190,7 +190,6 @@ static void write_harvest_file(struct index_args *args, write_bool(fh, 1, "half_pixel_shift", args->half_pixel_shift); write_int(fh, 1, "min_res_px", args->min_res); write_int(fh, 1, "max_res_px", args->max_res); - write_int(fh, 1, "max_num_peaks", args->max_n_peaks); write_int(fh, 1, "min_pixel_count", args->min_pix_count); write_int(fh, 1, "max_pixel_count", args->max_pix_count); write_int(fh, 1, "local_bg_radius_px", args->local_bg_radius); -- cgit v1.2.3