From 3743dd93675fea19da3ea3ce2f7475ba4d9f3070 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 10 Nov 2023 22:29:34 +0100 Subject: image_add_feature: Remove "image" argument It hasn't been needed for ages. --- libcrystfel/src/image.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libcrystfel/src/image.c') diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c index 95bc56e5..53ae796d 100644 --- a/libcrystfel/src/image.c +++ b/libcrystfel/src/image.c @@ -153,8 +153,7 @@ struct _imagefeaturelist void image_add_feature(ImageFeatureList *flist, double fs, double ss, - int pn, - struct image *parent, double intensity, const char *name) + int pn, double intensity, const char *name) { if ( flist->n_features == flist->max_features ) { struct imagefeature *nf; -- cgit v1.2.3