summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/intellec4/intellec4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/intellec4/intellec4.h')
-rw-r--r--src/devices/bus/intellec4/intellec4.h4
1 files changed, 0 insertions, 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<bus::intellec4::univ_bus_device &>(*device).set_rom_space(tag, space);