From df55c395f05e6836db4718ddd880fa0e634df9cb Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 20 Mar 2020 16:24:12 +0100 Subject: Remove "parent" from struct imagefeature It's not used anywhere, and removing it means that the image structure is no longer needed to search peaks --- libcrystfel/src/image.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libcrystfel/src/image.h') diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index fd85337c..a2ca758c 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -66,8 +66,6 @@ struct imagefile_field_list; /** Represents a peak in an image. */ struct imagefeature { - struct image *parent; /**< Pointer to image */ - /** \name Coordinates on panel (fast scan, slow scan) * Note carefully that these are the distances, measured in pixels, * from the corner of the panel. They are NOT pixel indices. -- cgit v1.2.3