summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/spu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/spu.c')
-rw-r--r--src/emu/sound/spu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/sound/spu.c b/src/emu/sound/spu.c
index 47af2f88ff6..6ffcbd37723 100644
--- a/src/emu/sound/spu.c
+++ b/src/emu/sound/spu.c
@@ -2479,7 +2479,6 @@ void spu_device::generate_cdda(void *ptr, const unsigned int sz)
while ((cdda_buffer->get_bytes_in()) && (n--))
{
-
INT16 vl = ((sp[0]*voll)>>15);
INT16 vr = ((sp[1]*volr)>>15);