From c4336e0ff01455470036b5d17b368d21a2838424 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 8 Jun 2020 17:51:17 +0200 Subject: Remove unused imagefile_type --- libcrystfel/src/image.h | 9 --------- 1 file changed, 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; -- cgit v1.2.3