aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/image-hdf5.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-05-02 10:56:10 +0200
committerThomas White <taw@physics.org>2023-05-02 10:57:26 +0200
commit2865d5f45f91cc630825c894f7e3445c075e0853 (patch)
tree72ac2981a4fefd2efdf162f13297f69723b734ad /libcrystfel/src/image-hdf5.h
parent0e86f0160b13b13fc58eff33a0ce6887a6c322ee (diff)
Remove image_write() and image_hdf5_write()
This code isn't needed any more, now that we don't simulate images. It never worked very well - although we can read almost any sensible format, writing images that match an arbitrary schema is very difficult. See 41ed47a931e4c162c9a501981b6f19cd725f6e43 and https://gitlab.desy.de/thomas.white/crystfel/-/issues/81
Diffstat (limited to 'libcrystfel/src/image-hdf5.h')
-rw-r--r--libcrystfel/src/image-hdf5.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcrystfel/src/image-hdf5.h b/libcrystfel/src/image-hdf5.h
index 61cb7c8a..cbb55e53 100644
--- a/libcrystfel/src/image-hdf5.h
+++ b/libcrystfel/src/image-hdf5.h
@@ -67,8 +67,4 @@ extern char **image_hdf5_expand_frames(const DataTemplate *dtempl,
extern int is_hdf5_file(const char *filename);
-extern int image_hdf5_write(const struct image *image,
- const DataTemplate *dtempl,
- const char *filename);
-
#endif /* IMAGE_HDF5_H */