summaryrefslogtreecommitdiff
path: root/src/client/snd_codec_wav.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/snd_codec_wav.c')
-rw-r--r--src/client/snd_codec_wav.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/snd_codec_wav.c b/src/client/snd_codec_wav.c
index dce561a2..1655a10e 100644
--- a/src/client/snd_codec_wav.c
+++ b/src/client/snd_codec_wav.c
@@ -206,8 +206,6 @@ void *S_WAV_CodecLoad(const char *filename, snd_info_t *info)
FS_FOpenFileRead(filename, &file, qtrue);
if(!file)
{
- Com_Printf( S_COLOR_RED "ERROR: Could not open \"%s\"\n",
- filename);
return NULL;
}