summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/interpro.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/interpro.h')
-rw-r--r--src/mame/includes/interpro.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/includes/interpro.h b/src/mame/includes/interpro.h
index 9cb22d6b086..0832f3bcc36 100644
--- a/src/mame/includes/interpro.h
+++ b/src/mame/includes/interpro.h
@@ -171,8 +171,6 @@ protected:
virtual void machine_start() override;
virtual void machine_reset() override;
- TIMER_CALLBACK_MEMBER(reset_timer) { m_maincpu->resume(SUSPEND_REASON_RESET); }
-
output_finder<> m_led;
emu_timer *m_reset_timer;