summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/wave.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/wave.cpp')
-rw-r--r--src/devices/sound/wave.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/sound/wave.cpp b/src/devices/sound/wave.cpp
index 810f537e51d..c7dd698dab6 100644
--- a/src/devices/sound/wave.cpp
+++ b/src/devices/sound/wave.cpp
@@ -25,12 +25,6 @@
-void wave_device::static_set_cassette_tag(device_t &device, const char *cassette_tag)
-{
- wave_device &wave = downcast<wave_device &>(device);
- wave.m_cassette_tag = cassette_tag;
-}
-
DEFINE_DEVICE_TYPE(WAVE, wave_device, "wave", "Wave")
wave_device::wave_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)