aboutsummaryrefslogtreecommitdiff
path: root/sound/raw.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/raw.h')
-rw-r--r--sound/raw.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sound/raw.h b/sound/raw.h
index d187c325e1..bd54f55676 100644
--- a/sound/raw.h
+++ b/sound/raw.h
@@ -58,10 +58,7 @@ enum RawFlags {
FLAG_LITTLE_ENDIAN = 1 << 2,
/** sound is in stereo (default: mono) */
- FLAG_STEREO = 1 << 3,
-
- /** loop the audio (deprecated) */
- FLAG_LOOP = 1 << 6
+ FLAG_STEREO = 1 << 3
};