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/2612intf.h | |
parent | 30fcbaae7af23f8bf8375b7efbecfe80156be3a2 (diff) |
Remove device_config_complete from numerous devices that don't really need it (nw)
Diffstat (limited to 'src/devices/sound/2612intf.h')
-rw-r--r-- | src/devices/sound/2612intf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/2612intf.h b/src/devices/sound/2612intf.h index f7fa71ed6ae..51b774f0034 100644 --- a/src/devices/sound/2612intf.h +++ b/src/devices/sound/2612intf.h @@ -31,7 +31,6 @@ public: protected: // device-level overrides - virtual void device_config_complete() override; virtual void device_start() override; virtual void device_post_load() override; virtual void device_stop() override; |