mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
removed an unneeded variable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10835 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bad3a2be4a
commit
a3ff431775
2 changed files with 1 additions and 4 deletions
|
|
@ -556,7 +556,6 @@ static bool dirbrowse(void)
|
|||
bool exit_func = false;
|
||||
long thumbnail_time = -1; /* for delaying a thumbnail */
|
||||
|
||||
unsigned lastbutton = 0;
|
||||
char* currdir = tc.currdir; /* just a shortcut */
|
||||
bool id3db = *tc.dirfilter == SHOW_ID3DB;
|
||||
|
||||
|
|
@ -871,7 +870,6 @@ static bool dirbrowse(void)
|
|||
if ( button )
|
||||
{
|
||||
ata_spin();
|
||||
lastbutton = button;
|
||||
}
|
||||
|
||||
if (start_wps && audio_status() )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue