summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/multipcm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/multipcm.cpp')
-rw-r--r--src/devices/sound/multipcm.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/sound/multipcm.cpp b/src/devices/sound/multipcm.cpp
index e3f533db186..f53c543cb89 100644
--- a/src/devices/sound/multipcm.cpp
+++ b/src/devices/sound/multipcm.cpp
@@ -259,8 +259,6 @@ void multipcm_device::lfo_init()
}
}
- m_pitch_scale_tables = std::make_unique<std::unique_ptr<int32_t[]>[]>(8);
- m_amplitude_scale_tables = std::make_unique<std::unique_ptr<int32_t[]>[]>(8);
for (int32_t table = 0; table < 8; ++table)
{
float limit = PHASE_SCALE_LIMIT[table];