From 40a350364ab5b5aa9ba608737ca72dc16249939f Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Mon, 4 Jun 2018 21:53:07 +1000 Subject: remove pointless boilerplate (nw) --- src/devices/bus/intellec4/intellec4.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/devices/bus/intellec4/intellec4.h b/src/devices/bus/intellec4/intellec4.h index 2711f665600..b872d3c35cd 100644 --- a/src/devices/bus/intellec4/intellec4.h +++ b/src/devices/bus/intellec4/intellec4.h @@ -114,10 +114,6 @@ to implement the card in both systems. #pragma once -#define MCFG_INTELLEC4_UNIV_SLOT_REMOVE(slot_tag) \ - MCFG_DEVICE_REMOVE(slot_tag) - - #define MCFG_INTELLEC4_UNIV_BUS_ROM_SPACE(tag, space) \ downcast(*device).set_rom_space(tag, space); -- cgit v1.2.3