summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dday.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/dday.c')
-rw-r--r--src/mame/video/dday.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/video/dday.c b/src/mame/video/dday.c
index dc6b9a83be4..c18596db1b3 100644
--- a/src/mame/video/dday.c
+++ b/src/mame/video/dday.c
@@ -33,7 +33,6 @@ TIMER_CALLBACK_MEMBER(dday_state::countdown_timer_callback)
void dday_state::start_countdown_timer()
{
-
m_timer_value = 0;
machine().scheduler().timer_pulse(attotime::from_seconds(1), timer_expired_delegate(FUNC(dday_state::countdown_timer_callback),this));