diff options
author | 2017-03-03 00:07:57 -0500 | |
---|---|---|
committer | 2017-03-03 00:11:09 -0500 | |
commit | 4ed7fbda1152551bc1e7e52d066b3f18efe3ea40 (patch) | |
tree | 50208e4c74d0bc73f2b0d2ef7ae896ab958776e9 /src/devices/imagedev/bitbngr.cpp | |
parent | a23d008d861af88316a86e97b9b4c093dfec4eb8 (diff) |
Make device_image_interface::update_names a private method called automatically at config_complete time (nw)
Diffstat (limited to 'src/devices/imagedev/bitbngr.cpp')
-rw-r--r-- | src/devices/imagedev/bitbngr.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/devices/imagedev/bitbngr.cpp b/src/devices/imagedev/bitbngr.cpp index 2abc4b4d5cc..c1aedcc3a10 100644 --- a/src/devices/imagedev/bitbngr.cpp +++ b/src/devices/imagedev/bitbngr.cpp @@ -69,17 +69,6 @@ void bitbanger_device::device_start(void) /*------------------------------------------------- - device_config_complete --------------------------------------------------*/ - -void bitbanger_device::device_config_complete(void) -{ - update_names(); -} - - - -/*------------------------------------------------- call_load -------------------------------------------------*/ |