aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/stream.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-11-10 22:29:34 +0100
committerThomas White <taw@physics.org>2024-02-06 16:59:34 +0100
commit3743dd93675fea19da3ea3ce2f7475ba4d9f3070 (patch)
treedd4af0b75b5f8b396014f0b6110eb059ed44f4f9 /libcrystfel/src/stream.c
parente42773c17459e5bad58632b2792a3f18abb70178 (diff)
image_add_feature: Remove "image" argument
It hasn't been needed for ages.
Diffstat (limited to 'libcrystfel/src/stream.c')
-rw-r--r--libcrystfel/src/stream.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c
index e767b59f..71dd7413 100644
--- a/libcrystfel/src/stream.c
+++ b/libcrystfel/src/stream.c
@@ -148,8 +148,7 @@ static ImageFeatureList *read_peaks(Stream *st, struct image *image)
ERROR("Failed to convert peak coords\n");
} else {
image_add_feature(features, x, y,
- pn, image, intensity,
- NULL);
+ pn, intensity, NULL);
}
}