diff options
author | 2017-02-09 22:49:40 -0500 | |
---|---|---|
committer | 2017-02-09 22:49:40 -0500 | |
commit | dddf09d26c8868088889eb548ed5afd317f72aaf (patch) | |
tree | c0e1d43527f6f927bd02e9d9dd7501364c071b41 /src/devices/sound/hc55516.cpp | |
parent | 30fcbaae7af23f8bf8375b7efbecfe80156be3a2 (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.cpp | 10 |
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 //------------------------------------------------- |