From 462943bf9e24b842de5881883f3f2c65d4b29df2 Mon Sep 17 00:00:00 2001 From: smf- Date: Sat, 25 Apr 2020 23:02:16 +0100 Subject: [PATCH] remove unused variable (nw) --- src/mame/machine/namco50.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mame/machine/namco50.h b/src/mame/machine/namco50.h index 34cf543f9b0..d73cf0fdb64 100644 --- a/src/mame/machine/namco50.h +++ b/src/mame/machine/namco50.h @@ -31,7 +31,6 @@ private: uint8_t m_rw; uint8_t m_cmd; uint8_t m_portO; - emu_timer * m_irq_cleared_timer; TIMER_CALLBACK_MEMBER( chip_select_sync ); TIMER_CALLBACK_MEMBER( rw_sync );