summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/microdrv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/microdrv.cpp')
-rw-r--r--src/mame/machine/microdrv.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mame/machine/microdrv.cpp b/src/mame/machine/microdrv.cpp
index 0c1dff43a03..f19d2671b25 100644
--- a/src/mame/machine/microdrv.cpp
+++ b/src/mame/machine/microdrv.cpp
@@ -58,18 +58,6 @@ microdrive_image_device::~microdrive_image_device()
{
}
-//-------------------------------------------------
-// device_config_complete - perform any
-// operations now that the configuration is
-// complete
-//-------------------------------------------------
-
-void microdrive_image_device::device_config_complete()
-{
- // set brief and instance name
- update_names();
-}
-
void microdrive_image_device::device_start()
{