diff options
author | Thomas White <taw@physics.org> | 2017-05-03 11:19:26 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-05-03 11:27:07 +0200 |
commit | 00f8d418534b30e71fd925487c0284560e90b2b2 (patch) | |
tree | 1f7997a630d54a64c8d903e005dfbbddf9761f28 /libcrystfel/src/hdf5-file.h | |
parent | b984836423703ce8fcb58bee81878f5695b35a0e (diff) |
hdfile_set_image(): Remove panel argument
Seems to have been added in 2014 and is not used at the moment
Diffstat (limited to 'libcrystfel/src/hdf5-file.h')
-rw-r--r-- | libcrystfel/src/hdf5-file.h | 4 |
1 files changed, 2 insertions, 2 deletions
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, |