aboutsummaryrefslogtreecommitdiff
path: root/sound/mixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mixer.h')
-rw-r--r--sound/mixer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 0055e51d87..1d7b5e198a 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -85,9 +85,6 @@ public:
/** sound is in stereo (default: mono) */
FLAG_STEREO = 1 << 3,
- /** reverse the left and right stereo channel */
- FLAG_REVERSE_STEREO = 1 << 4,
-
/** loop the audio */
FLAG_LOOP = 1 << 6
};