summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/spkrdev.h
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-12-25 20:55:27 +0100
committer mooglyguy <therealmogminer@gmail.com>2018-12-25 20:56:14 +0100
commit186740c33fbb5a170f039ec8078cfcf144c43ea2 (patch)
tree6f1b547967075025a05f5967487d04bd22f8a5e0 /src/devices/sound/spkrdev.h
parent95538b9da8cdb85687784ad723d1a4efb2d631a1 (diff)
spkrdev: Removed MCFG macros, nw
Diffstat (limited to 'src/devices/sound/spkrdev.h')
-rw-r--r--src/devices/sound/spkrdev.h3
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
{