summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/multipcm.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-09-17 00:11:17 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-09-17 00:11:17 -0400
commitd40fd387d04973e549e14e2398e31aada51f7472 (patch)
tree1693908436d7fc7c6a94e0f86d0c836c2d16acb3 /src/devices/sound/multipcm.cpp
parent7d6180ee029d430d7d819b53d53412eb0be47edd (diff)
multipcm: Build fix, again (nw)
Diffstat (limited to 'src/devices/sound/multipcm.cpp')
-rw-r--r--src/devices/sound/multipcm.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/sound/multipcm.cpp b/src/devices/sound/multipcm.cpp
index f53c543cb89..2d3315c2c4b 100644
--- a/src/devices/sound/multipcm.cpp
+++ b/src/devices/sound/multipcm.cpp
@@ -460,9 +460,7 @@ multipcm_device::multipcm_device(const machine_config &mconfig, const char *tag,
m_left_pan_table(nullptr),
m_right_pan_table(nullptr),
m_linear_to_exp_volume(nullptr),
- m_total_level_steps(nullptr),
- m_pitch_scale_tables(nullptr),
- m_amplitude_scale_tables(nullptr)
+ m_total_level_steps(nullptr)
{
}