From aab8403884c4731f7365796de8f53315f4a61616 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 25 May 2020 15:01:58 +0200 Subject: Get rid of imagefile_field_list and stuff_from_stream The only place this is used is in geoptimiser, to get the average_camera_length, itself a very bad solution. --- src/process_image.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/process_image.h') diff --git a/src/process_image.h b/src/process_image.h index 908a2e06..354641c3 100644 --- a/src/process_image.h +++ b/src/process_image.h @@ -80,7 +80,6 @@ struct index_args float min_snr_peak_pix; float min_sig; float min_peak_over_neighbour; - struct imagefile_field_list *copyme; int integrate_saturated; int use_saturated; int no_revalidate; -- cgit v1.2.3