forked from len0rd/rockbox
Remove 'set but not used' warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30267 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2bd2490531
commit
d14c96dc9a
1 changed files with 0 additions and 2 deletions
|
@ -50,11 +50,9 @@ enum codec_status codec_run(void)
|
|||
size_t n;
|
||||
int track;
|
||||
intptr_t param;
|
||||
uint32_t elapsed_time;
|
||||
|
||||
/* reset values */
|
||||
track = 0;
|
||||
elapsed_time = 0;
|
||||
|
||||
DEBUGF("KSS: next_track\n");
|
||||
if (codec_init()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue