Skip to content

Commit

Permalink
atari: timer: Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Jan 12, 2015
1 parent b0916fd commit 57f4481
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/timer/mint/SDL_systimer.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit 57f4481

Please sign in to comment.