aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/stream.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-09-02 16:42:15 +0200
committerThomas White <taw@physics.org>2020-09-02 16:42:15 +0200
commitf5b3c4db36fabb2c4482bb512fb9a8f1adde6411 (patch)
tree859ec077cc96b35d6c4c35af0e277df236ce0f71 /libcrystfel/src/stream.h
parent4086b3fd5d5baa1003f2b60364aad57b0f5aa47a (diff)
Get rid of STREAM_IMAGE_DATA
No longer needed, and didn't fit very well in the first place.
Diffstat (limited to 'libcrystfel/src/stream.h')
-rw-r--r--libcrystfel/src/stream.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcrystfel/src/stream.h b/libcrystfel/src/stream.h
index 7bb1b6ab..9f19e524 100644
--- a/libcrystfel/src/stream.h
+++ b/libcrystfel/src/stream.h
@@ -75,9 +75,6 @@ typedef enum {
/** Read the peak search results */
STREAM_PEAKS = 4,
- /** Read the image data */
- STREAM_IMAGE_DATA = 16,
-
} StreamFlags;
#ifdef __cplusplus