summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tm990189.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tm990189.cpp')
-rw-r--r--src/mame/drivers/tm990189.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mame/drivers/tm990189.cpp b/src/mame/drivers/tm990189.cpp
index 0aca5c2a070..574070862e0 100644
--- a/src/mame/drivers/tm990189.cpp
+++ b/src/mame/drivers/tm990189.cpp
@@ -453,7 +453,6 @@ public:
virtual void call_unload() override;
protected:
// device-level overrides
- virtual void device_config_complete() override;
virtual void device_start() override;
};
@@ -465,11 +464,6 @@ tm990_189_rs232_image_device::tm990_189_rs232_image_device(const machine_config
{
}
-void tm990_189_rs232_image_device::device_config_complete()
-{
- update_names();
-}
-
void tm990_189_rs232_image_device::device_start()
{
}