diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-08-20 12:05:22 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:36 +0100 |
commit | 011e2c2b877ec42654243d5a6b2b1841b3c04ce6 (patch) | |
tree | 96e950966973e6ff2e47b27c7f7a2d0b41145292 /src/stream.h | |
parent | de17e3afdec93e2347f43f0eea7312509af8ef9c (diff) |
Remove "pixels" stream option
Diffstat (limited to 'src/stream.h')
-rw-r--r-- | src/stream.h | 1 |
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, |