From 1a5609eb6786c60334e9bad23cdc7c97b8e5b19a Mon Sep 17 00:00:00 2001 From: mooglyguy Date: Sat, 18 Aug 2018 21:22:05 +0200 Subject: [PATCH] Missed two lines from my previous commit even when reviewing it, sorry, nw --- src/devices/sound/qsoundhle.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/devices/sound/qsoundhle.h b/src/devices/sound/qsoundhle.h index 9ede58699d2..dfaded4d4bc 100644 --- a/src/devices/sound/qsoundhle.h +++ b/src/devices/sound/qsoundhle.h @@ -167,9 +167,6 @@ private: // sub functions int16_t read_sample(uint16_t bank, uint16_t address); - - inline int16_t pcm_update(struct qsound_voice *v, int32_t *echo_out); - inline void adpcm_update(int voice_no, int nibble); }; DECLARE_DEVICE_TYPE(QSOUND_HLE, qsound_hle_device)