diff options
Diffstat (limited to 'src/devices/sound/spkrdev.h')
-rw-r--r-- | src/devices/sound/spkrdev.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/sound/spkrdev.h b/src/devices/sound/spkrdev.h index 3d5f70477c2..7542d943793 100644 --- a/src/devices/sound/spkrdev.h +++ b/src/devices/sound/spkrdev.h @@ -13,9 +13,6 @@ #pragma once -#define MCFG_SPEAKER_LEVELS(_num, _levels) \ - downcast<speaker_sound_device &>(*device).set_levels(_num, _levels); - class speaker_sound_device : public device_t, public device_sound_interface { |