forked from len0rd/rockbox
argh, unused variable removed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7324 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0a0be62b8d
commit
3a3418dd7b
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ int load_all_levels(void)
|
|||
void iohiscore(void)
|
||||
{
|
||||
int fd;
|
||||
unsigned int compare,init=0;
|
||||
unsigned int compare;
|
||||
|
||||
/* clear the buffer we're about to load the highscore data into */
|
||||
rb->memset(phscore, 0, sizeof(phscore));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue