diff options
| author | 2020-08-16 00:28:23 +0200 | |
|---|---|---|
| committer | 2020-08-16 00:28:23 +0200 | |
| commit | 9a731fd8afdfe11993e581eb72c92481a41e7a67 (patch) | |
| tree | 5cad1b7ce123d160a8c68d113371d9b057dcac76 /src/devices/machine/netlist.cpp | |
| parent | 75925e190565d9063b31817181da886deaa3b4b5 (diff) | |
netlist: Fix compile - sorry.
Diffstat (limited to 'src/devices/machine/netlist.cpp')
| -rw-r--r-- | src/devices/machine/netlist.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/machine/netlist.cpp b/src/devices/machine/netlist.cpp index cd59afcc6eb..8dd06070960 100644 --- a/src/devices/machine/netlist.cpp +++ b/src/devices/machine/netlist.cpp @@ -1349,12 +1349,6 @@ void netlist_mame_sound_device::device_validity_check(validity_checker &valid) c } } - -void netlist_mame_sound_device::device_reset() -{ - netlist_mame_device::device_reset(); -} - void netlist_mame_sound_device::device_start() { LOGDEVCALLS("sound device_start\n"); |
