diff options
Diffstat (limited to 'libcrystfel/src/image.h')
-rw-r--r-- | libcrystfel/src/image.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 16f7d9f4..d2992b0f 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -84,15 +84,6 @@ struct imagefeature { }; -/** An enum representing the image file formats we can handle */ -enum imagefile_type -{ - IMAGEFILE_HDF5, /**< HDF5 file (single or multiple frames per file) */ - IMAGEFILE_CBF, /**< CBF file */ - IMAGEFILE_CBFGZ /**< gzipped CBF file, i.e. "file.cbf.gz" */ -}; - - /** An opaque type representing a list of image features */ typedef struct _imagefeaturelist ImageFeatureList; |