diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-03-26 20:29:12 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:22 +0100 |
commit | cbaff779101ea15dbe142a0f990a1b21a405a3b1 (patch) | |
tree | 97ae260f0bfaeb7f814b0db1e0a9b026ebcadabd /src/image.h | |
parent | 365b872a72ae6b4e00c612dd8b8717c605be26dc (diff) |
Remove dead code
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/image.h b/src/image.h index dc93de0f..92047aa1 100644 --- a/src/image.h +++ b/src/image.h @@ -147,15 +147,6 @@ struct image { }; -/* An opaque type representing a list of images */ -typedef struct _imagelist ImageList; - - -/* Image lists */ -extern ImageList *image_list_new(void); - -extern int image_add(ImageList *list, struct image *image); - /* Feature lists */ extern ImageFeatureList *image_feature_list_new(void); |