aboutsummaryrefslogtreecommitdiff
path: root/src/index.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.c')
-rw-r--r--src/index.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/index.c b/src/index.c
index f16ff333..b45bd1fc 100644
--- a/src/index.c
+++ b/src/index.c
@@ -72,14 +72,10 @@ int map_position(struct image *image, double x, double y,
}
-void index_pattern(struct image *image, int no_index, int dump_peaks,
- int use_dirax)
+void index_pattern(struct image *image, int no_index, int use_dirax)
{
int i;
- /* Perform 'fine' peak search */
- search_peaks(image, dump_peaks);
-
/* Map positions to 3D */
for ( i=0; i<image_feature_count(image->features); i++ ) {