summaryrefslogtreecommitdiff
path: root/codec.c
diff options
context:
space:
mode:
Diffstat (limited to 'codec.c')
-rw-r--r--codec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/codec.c b/codec.c
index b59db72..1c65afb 100644
--- a/codec.c
+++ b/codec.c
@@ -739,7 +739,6 @@ void CodecSetAudioPassthrough(int mask)
#ifdef USE_PASSTHROUGH
CodecPassthroughAC3 = mask & 1 ? 1 : 0;
#endif
- // FIXME: must update audio decoder (nr. of channels wrong)
(void)mask;
}