aboutsummaryrefslogtreecommitdiff
path: root/src/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.h')
-rw-r--r--src/stream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stream.h b/src/stream.h
index e4e71728..3c77cfef 100644
--- a/src/stream.h
+++ b/src/stream.h
@@ -24,7 +24,6 @@ enum
{
STREAM_NONE = 0,
STREAM_INTEGRATED = 1<<0,
- STREAM_PIXELS = 1<<1,
STREAM_PEAKS = 1<<2,
STREAM_PEAKS_IF_INDEXED = 1<<3,
STREAM_PEAKS_IF_NOT_INDEXED = 1<<4,