summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/asc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/asc.cpp')
-rw-r--r--src/devices/sound/asc.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/devices/sound/asc.cpp b/src/devices/sound/asc.cpp
index be3b7d9356b..d0a2c491679 100644
--- a/src/devices/sound/asc.cpp
+++ b/src/devices/sound/asc.cpp
@@ -56,17 +56,6 @@ asc_device::asc_device(const machine_config &mconfig, const char *tag, device_t
//-------------------------------------------------
-// static_set_type - configuration helper to set
-// the chip type
-//-------------------------------------------------
-
-void asc_device::static_set_type(device_t &device, asc_type type)
-{
- asc_device &asc = downcast<asc_device &>(device);
- asc.m_chip_type = type;
-}
-
-//-------------------------------------------------
// device_start - device-specific startup
//-------------------------------------------------