summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/2612intf.h
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/2612intf.h
parent30fcbaae7af23f8bf8375b7efbecfe80156be3a2 (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.h1
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;