summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/hc55516.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-02-09 22:49:40 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-02-09 22:49:40 -0500
commitdddf09d26c8868088889eb548ed5afd317f72aaf (patch)
treec0e1d43527f6f927bd02e9d9dd7501364c071b41 /src/devices/sound/hc55516.cpp
parent30fcbaae7af23f8bf8375b7efbecfe80156be3a2 (diff)
Remove device_config_complete from numerous devices that don't really need it (nw)
Diffstat (limited to 'src/devices/sound/hc55516.cpp')
-rw-r--r--src/devices/sound/hc55516.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/devices/sound/hc55516.cpp b/src/devices/sound/hc55516.cpp
index 890a9c8b0fc..704fedbd011 100644
--- a/src/devices/sound/hc55516.cpp
+++ b/src/devices/sound/hc55516.cpp
@@ -67,16 +67,6 @@ hc55516_device::hc55516_device(const machine_config &mconfig, device_type type,
}
//-------------------------------------------------
-// device_config_complete - perform any
-// operations now that the configuration is
-// complete
-//-------------------------------------------------
-
-void hc55516_device::device_config_complete()
-{
-}
-
-//-------------------------------------------------
// device_start - device-specific startup
//-------------------------------------------------