diff options
Diffstat (limited to 'src/devices/sound/msm5205.cpp')
-rw-r--r-- | src/devices/sound/msm5205.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/devices/sound/msm5205.cpp b/src/devices/sound/msm5205.cpp index c61762ee3ca..ee1a8400558 100644 --- a/src/devices/sound/msm5205.cpp +++ b/src/devices/sound/msm5205.cpp @@ -290,11 +290,6 @@ void msm5205_device::playmode_w(int select) } -void msm5205_device::set_volume(int volume) -{ - m_stream->set_output_gain(0,volume / 100.0); -} - void msm5205_device::change_clock_w(int32_t clock) { attotime period; |