diff options
Diffstat (limited to 'src/devices/sound/discrete.h')
-rw-r--r-- | src/devices/sound/discrete.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/devices/sound/discrete.h b/src/devices/sound/discrete.h index 97d33b33e03..d06a18bf3a5 100644 --- a/src/devices/sound/discrete.h +++ b/src/devices/sound/discrete.h @@ -4252,13 +4252,6 @@ public: }; //************************************************************************** -// INTERFACE CONFIGURATION MACROS -//************************************************************************** - -#define MCFG_DISCRETE_INTF(_intf) \ - downcast<discrete_device &>(*device).set_intf(_intf); - -//************************************************************************** // TYPE DEFINITIONS //************************************************************************** |