aboutsummaryrefslogtreecommitdiff
path: root/source/soundux.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/soundux.h')
-rw-r--r--source/soundux.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/soundux.h b/source/soundux.h
index fb765c6..2426070 100644
--- a/source/soundux.h
+++ b/source/soundux.h
@@ -125,12 +125,6 @@ typedef struct {
// int noise_gen;
// Moved to soundux.cpp's noise_gen; this doesn't need volatility! [Neb]
bool8 mute_sound;
-#ifndef FOREVER_STEREO
- int stereo;
-#endif
-#ifndef FOREVER_16_BIT_SOUND
- bool8 sixteen_bit;
-#endif
bool8 encoded;
#ifdef __sun
int last_eof;