aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image-hdf5.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-09-14 11:43:52 +0200
committerThomas White <taw@physics.org>2021-09-17 10:47:09 +0200
commit6482185648e5f9d202a40f1bada7972454f7283b (patch)
tree1656d857ed2b143bfbc33f01ca06c2a8cd26f7c3 /libcrystfel/src/image-hdf5.h
parentd56cb13bb57bfc39eae2239f37d690bfb82e671d (diff)
Avoid pointless passing of image/event
Diffstat (limited to 'libcrystfel/src/image-hdf5.h')
-rw-r--r--libcrystfel/src/image-hdf5.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libcrystfel/src/image-hdf5.h b/libcrystfel/src/image-hdf5.h
index 239bb20d..61cb7c8a 100644
--- a/libcrystfel/src/image-hdf5.h
+++ b/libcrystfel/src/image-hdf5.h
@@ -38,9 +38,7 @@ extern int image_hdf5_read_header_to_cache(struct image *image,
const char *name);
extern int image_hdf5_read(struct image *image,
- const DataTemplate *dtempl,
- const char *filename,
- const char *event);
+ const DataTemplate *dtempl);
extern int image_hdf5_read_mask(struct panel_template *p,
const char *filename,