summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/printer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/imagedev/printer.cpp')
-rw-r--r--src/devices/imagedev/printer.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/devices/imagedev/printer.cpp b/src/devices/imagedev/printer.cpp
index 90fd4126a2d..f4ea99a7d3f 100644
--- a/src/devices/imagedev/printer.cpp
+++ b/src/devices/imagedev/printer.cpp
@@ -26,18 +26,6 @@ printer_image_device::printer_image_device(const machine_config &mconfig, const
{
}
-//-------------------------------------------------
-// device_config_complete - perform any
-// operations now that the configuration is
-// complete
-//-------------------------------------------------
-
-void printer_image_device::device_config_complete()
-{
- // set brief and instance name
- update_names();
-}
-
//-------------------------------------------------
// device_start - device-specific startup