summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coco/cococart.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-03-03 00:07:57 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-03-03 00:11:09 -0500
commit4ed7fbda1152551bc1e7e52d066b3f18efe3ea40 (patch)
tree50208e4c74d0bc73f2b0d2ef7ae896ab958776e9 /src/devices/bus/coco/cococart.cpp
parenta23d008d861af88316a86e97b9b4c093dfec4eb8 (diff)
Make device_image_interface::update_names a private method called automatically at config_complete time (nw)
Diffstat (limited to 'src/devices/bus/coco/cococart.cpp')
-rw-r--r--src/devices/bus/coco/cococart.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/devices/bus/coco/cococart.cpp b/src/devices/bus/coco/cococart.cpp
index 9edc472b9bd..62037eac95e 100644
--- a/src/devices/bus/coco/cococart.cpp
+++ b/src/devices/bus/coco/cococart.cpp
@@ -91,20 +91,6 @@ void cococart_slot_device::device_start()
//-------------------------------------------------
-// device_config_complete - perform any
-// operations now that the configuration is
-// complete
-//-------------------------------------------------
-
-void cococart_slot_device::device_config_complete()
-{
- // set brief and instance name
- update_names();
-}
-
-
-
-//-------------------------------------------------
// device_timer - handle timer callbacks
//-------------------------------------------------