summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound
diff options
context:
space:
mode:
author Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2016-03-31 14:12:23 -0400
committer Lord-Nightmare <Lord-Nightmare@users.noreply.github.com>2016-03-31 14:12:23 -0400
commit179cc290cf9a64a0dd1cc8bcd5cb62c09f62ed91 (patch)
treefbc4b9a4798fa706d87ef7187f270239cafc71f3 /src/devices/sound
parent08d21cebc81d71225b78600fe51017fd63fe260a (diff)
revert unused variable fix, as it was already fixed (nw)
Diffstat (limited to 'src/devices/sound')
-rw-r--r--src/devices/sound/tms5220.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/devices/sound/tms5220.cpp b/src/devices/sound/tms5220.cpp
index 472520203a4..ca743e73d70 100644
--- a/src/devices/sound/tms5220.cpp
+++ b/src/devices/sound/tms5220.cpp
@@ -2113,14 +2113,6 @@ tms5220_device::tms5220_device(const machine_config &mconfig, const char *tag, d
m_data_cb(*this),
m_romclk_cb(*this)
{
- // prevent unused variable warnings
- (void)m_PDC;
- (void)m_CTL_pins;
- (void)m_state;
- (void)m_address;
- (void)m_next_is_address;
- (void)m_addr_bit;
- (void)m_CTL_buffer;
}
tms5220_device::tms5220_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source)