diff options
author | Thomas White <taw@physics.org> | 2020-06-08 14:15:54 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:44 +0200 |
commit | dff86d3c650e0b117a10be9d2c2c6f788b97629e (patch) | |
tree | 526b926afa69e65f381797ecdc878c765c5206de /libcrystfel/src/image.h | |
parent | e0d5963e9da96789599f344a5b16fa484ff3c3ec (diff) |
Remove references to old headers
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r-- | libcrystfel/src/image.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 0235e0c2..f8497a3c 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -196,16 +196,6 @@ extern void image_add_crystal(struct image *image, Crystal *cryst); extern int remove_flagged_crystals(struct image *image); extern void free_all_crystals(struct image *image); -/* Image files (old API) */ -extern struct imagefile *imagefile_open(const char *filename); -extern int imagefile_read(struct imagefile *f, struct image *image, - struct event *event); -extern int imagefile_read_simple(struct imagefile *f, struct image *image); -extern struct hdfile *imagefile_get_hdfile(struct imagefile *f); -extern enum imagefile_type imagefile_get_type(struct imagefile *f); -extern void imagefile_close(struct imagefile *f); -extern signed int is_cbf_file(const char *filename); - /* New API */ extern struct image *image_new(void); |