summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/2612intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/2612intf.h')
-rw-r--r--src/devices/sound/2612intf.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/devices/sound/2612intf.h b/src/devices/sound/2612intf.h
index 63f6ee22ec0..5dc31593685 100644
--- a/src/devices/sound/2612intf.h
+++ b/src/devices/sound/2612intf.h
@@ -6,9 +6,6 @@
#pragma once
-#define MCFG_YM2612_IRQ_HANDLER(cb) \
- downcast<ym2612_device &>(*device).set_irq_handler((DEVCB_##cb));
-
class ym2612_device : public device_t, public device_sound_interface
{
public: