diff options
-rw-r--r-- | libcrystfel/src/image.c | 1 | ||||
-rw-r--r-- | libcrystfel/src/image.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c index c84b3a05..af073ec6 100644 --- a/libcrystfel/src/image.c +++ b/libcrystfel/src/image.c @@ -81,7 +81,6 @@ void image_add_feature(ImageFeatureList *flist, double fs, double ss, flist->features[flist->n_features].ss = ss; flist->features[flist->n_features].pn = pn; flist->features[flist->n_features].intensity = intensity; - flist->features[flist->n_features].parent = parent; flist->features[flist->n_features].name = name; flist->n_features++; 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. |