aboutsummaryrefslogtreecommitdiff
path: root/src/process_image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-04-21 11:05:57 +0200
committerThomas White <taw@physics.org>2021-04-21 11:05:57 +0200
commit2298cdfebbb9e2a88d86e9227fe0b38cb0afc800 (patch)
treeb7d4e086bccf79558cc43d92e50a1f958e4bd745 /src/process_image.h
parent184f24b115c0e7f57bf71b289a2f4e3bb472641c (diff)
Remove index_args->max_n_peaks
It's not used anywhere.
Diffstat (limited to 'src/process_image.h')
-rw-r--r--src/process_image.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/process_image.h b/src/process_image.h
index ec7e22e2..cba6aa55 100644
--- a/src/process_image.h
+++ b/src/process_image.h
@@ -71,7 +71,6 @@ struct index_args
int half_pixel_shift;
int min_res;
int max_res;
- int max_n_peaks;
int min_pix_count;
int max_pix_count;
int local_bg_radius;