diff options
-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 3b215c08..6b7b1696 100644 --- a/libcrystfel/src/image.c +++ b/libcrystfel/src/image.c @@ -1465,7 +1465,6 @@ struct image *image_new() image->ida = NULL; image->n_cached_headers = 0; - image->id = 0; image->serial = 0; image->spectrum = NULL; image->lambda = -1.0; diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 3db7de18..7a21aff2 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -165,9 +165,6 @@ struct image struct header_cache_entry *header_cache[HEADER_CACHE_SIZE]; int n_cached_headers; - /** ID number of the worker processing handling this image */ - int id; - /** Monotonically increasing serial number for this image */ int serial; |