From 552d860fa1bf4fd699d0af2e8ca0a13345fc624b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 21 Jan 2010 15:36:44 +0100 Subject: Fix hdfile layering violations --- src/hdf5-file.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/hdf5-file.h') diff --git a/src/hdf5-file.h b/src/hdf5-file.h index 32a76505..e1e9d2a1 100644 --- a/src/hdf5-file.h +++ b/src/hdf5-file.h @@ -34,14 +34,11 @@ extern int hdfile_get_width(struct hdfile *f); extern int hdfile_get_height(struct hdfile *f); extern int16_t *hdfile_get_image_binned(struct hdfile *hdfile, int binning, int16_t *maxp); -extern int hdfile_get_unbinned_value(struct hdfile *f, int x, int y, - int16_t *val); extern char **hdfile_read_group(struct hdfile *f, int *n, const char *parent, int **p_is_group, int **p_is_image); extern int hdfile_set_first_image(struct hdfile *f, const char *group); extern void hdfile_close(struct hdfile *f); extern char *hdfile_get_string_value(struct hdfile *f, const char *name); -extern struct image *hdfile_get_image(struct hdfile *f); #endif /* HDF5_H */ -- cgit v1.2.3