diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-02-17 11:53:00 -0800 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:15 +0100 |
commit | 6ffd78ac10f229608bbdf920799bb3aa8f4fdd2d (patch) | |
tree | 9ca3b44c7f63c3f287a4f0a9b1dda81679203c59 /src/hdf5-file.h | |
parent | 50523729d22be834315ff9084f73a36a235400ab (diff) |
Decouple renderer from 'hdfsee'
Diffstat (limited to 'src/hdf5-file.h')
-rw-r--r-- | src/hdf5-file.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hdf5-file.h b/src/hdf5-file.h index 4f849638..342dfe72 100644 --- a/src/hdf5-file.h +++ b/src/hdf5-file.h @@ -32,8 +32,6 @@ extern int hdf5_read(struct hdfile *f, struct image *image, int satcorr, extern struct hdfile *hdfile_open(const char *filename); extern int hdfile_set_image(struct hdfile *f, const char *path); -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 char **hdfile_read_group(struct hdfile *f, int *n, const char *parent, |