diff options
Diffstat (limited to 'source/soundux.h')
-rw-r--r-- | source/soundux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/soundux.h b/source/soundux.h index f36d45f..45c177e 100644 --- a/source/soundux.h +++ b/source/soundux.h @@ -100,7 +100,6 @@ typedef struct // Just incase they are needed in the future, for snapshot compatibility. uint32_t dummy [3]; Channel channels [NUM_CHANNELS]; - // bool no_filter; int16_t master_volume [2]; /* range is -128 .. 127 */ int16_t echo_volume [2]; /* range is -128 .. 127 */ int noise_hertz; |