summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/kc/kc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/kc/kc.cpp')
-rw-r--r--src/devices/bus/kc/kc.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/devices/bus/kc/kc.cpp b/src/devices/bus/kc/kc.cpp
index bcdef85b8a4..2052b092055 100644
--- a/src/devices/bus/kc/kc.cpp
+++ b/src/devices/bus/kc/kc.cpp
@@ -312,18 +312,6 @@ kccart_slot_device::~kccart_slot_device()
{
}
-//-------------------------------------------------
-// device_config_complete - perform any
-// operations now that the configuration is
-// complete
-//-------------------------------------------------
-
-void kccart_slot_device::device_config_complete()
-{
- // set brief and instance name
- update_names();
-}
-
/*-------------------------------------------------
call load
-------------------------------------------------*/