From 00f8d418534b30e71fd925487c0284560e90b2b2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 3 May 2017 11:19:26 +0200 Subject: hdfile_set_image(): Remove panel argument Seems to have been added in 2014 and is not used at the moment --- libcrystfel/src/hdf5-file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libcrystfel/src/hdf5-file.h') diff --git a/libcrystfel/src/hdf5-file.h b/libcrystfel/src/hdf5-file.h index f22d4d54..ab53dd2e 100644 --- a/libcrystfel/src/hdf5-file.h +++ b/libcrystfel/src/hdf5-file.h @@ -67,8 +67,8 @@ extern int hdf5_read2(struct hdfile *f, struct image *image, extern int check_path_existence(hid_t fh, const char *path); extern struct hdfile *hdfile_open(const char *filename); -int hdfile_set_image(struct hdfile *f, const char *path, - struct panel *p); +int hdfile_set_image(struct hdfile *f, const char *path); + extern int16_t *hdfile_get_image_binned(struct hdfile *hdfile, int binning, int16_t *maxp); extern char **hdfile_read_group(struct hdfile *f, int *n, const char *parent, -- cgit v1.2.3