diff options
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/image.c | 1 | ||||
-rw-r--r-- | libcrystfel/src/image.h | 3 |
2 files changed, 0 insertions, 4 deletions
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; |