aboutsummaryrefslogtreecommitdiffstats
path: root/code/client
diff options
context:
space:
mode:
Diffstat (limited to 'code/client')
-rw-r--r--code/client/snd_dma.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/code/client/snd_dma.c b/code/client/snd_dma.c
index ad027c0..758f988 100644
--- a/code/client/snd_dma.c
+++ b/code/client/snd_dma.c
@@ -109,10 +109,6 @@ void S_SoundInfo_f(void) {
if (!s_soundStarted) {
Com_Printf ("sound system not started\n");
} else {
- if ( s_soundMuted ) {
- Com_Printf ("sound system is muted\n");
- }
-
Com_Printf("%5d stereo\n", dma.channels - 1);
Com_Printf("%5d samples\n", dma.samples);
Com_Printf("%5d samplebits\n", dma.samplebits);