From 42b93966a41dbd69cb66f6e432a6b2030d521b2d Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 7 Aug 2020 15:59:43 +0200 Subject: Remove image->avg_clen Horrible API hack. --- libcrystfel/src/image.c | 1 - libcrystfel/src/image.h | 3 --- 2 files changed, 4 deletions(-) (limited to 'libcrystfel') diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c index c8d0f329..a5973e4f 100644 --- a/libcrystfel/src/image.c +++ b/libcrystfel/src/image.c @@ -832,7 +832,6 @@ struct image *image_new() image->filename = NULL; image->ev = NULL; image->copied_headers = NULL; - image->avg_clen = -1.0; image->id = 0; image->serial = 0; image->spectrum = NULL; diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 3d42322a..0d53d289 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -121,9 +121,6 @@ struct image /** A list of metadata read from the stream */ char *copied_headers; - /** Mean of the camera length values for all panels */ - double avg_clen; - /** ID number of the worker processing handling this image */ int id; -- cgit v1.2.3