summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs/vcs_slot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vcs/vcs_slot.cpp')
-rw-r--r--src/devices/bus/vcs/vcs_slot.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/devices/bus/vcs/vcs_slot.cpp b/src/devices/bus/vcs/vcs_slot.cpp
index 6099f9ee647..96490323fbf 100644
--- a/src/devices/bus/vcs/vcs_slot.cpp
+++ b/src/devices/bus/vcs/vcs_slot.cpp
@@ -102,18 +102,6 @@ void vcs_cart_slot_device::device_start()
m_cart = dynamic_cast<device_vcs_cart_interface *>(get_card_device());
}
-//-------------------------------------------------
-// device_config_complete - perform any
-// operations now that the configuration is
-// complete
-//-------------------------------------------------
-
-void vcs_cart_slot_device::device_config_complete()
-{
- // set brief and instance name
- update_names();
-}
-
/*-------------------------------------------------