From 57f44810667d3be00d7d6b32b8c78f76fd321bcd Mon Sep 17 00:00:00 2001 From: Patrice Mandin Date: Mon, 12 Jan 2015 21:18:31 +0100 Subject: [PATCH] atari: timer: Remove unused variable --- src/timer/mint/SDL_systimer.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/timer/mint/SDL_systimer.c b/src/timer/mint/SDL_systimer.c index 8b1e7d0aa..f4c7725ca 100644 --- a/src/timer/mint/SDL_systimer.c +++ b/src/timer/mint/SDL_systimer.c @@ -60,8 +60,6 @@ static Uint32 timerStart; void SDL_StartTicks(void) { - long dummy; - /* Set first ticks value, one _hz_200 tic is 5ms */ start = readHz200Timer() * 5; }