summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/floppy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/imagedev/floppy.cpp')
-rw-r--r--src/devices/imagedev/floppy.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/devices/imagedev/floppy.cpp b/src/devices/imagedev/floppy.cpp
index b4f9d88bfff..4fb783f074b 100644
--- a/src/devices/imagedev/floppy.cpp
+++ b/src/devices/imagedev/floppy.cpp
@@ -260,9 +260,6 @@ void floppy_image_device::set_formats(const floppy_format_type *formats)
image_specify_extension( extension_list, 256, fif->extensions() );
}
-
- // set brief and instance name
- update_names();
}
floppy_image_format_t *floppy_image_device::get_formats() const
@@ -275,11 +272,6 @@ floppy_image_format_t *floppy_image_device::get_load_format() const
return input_format;
}
-void floppy_image_device::device_config_complete()
-{
- update_names();
-}
-
void floppy_image_device::set_rpm(float _rpm)
{
if(rpm == _rpm)