removed an unneeded variable

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10835 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2006-09-01 02:29:11 +00:00
parent bad3a2be4a
commit a3ff431775
2 changed files with 1 additions and 4 deletions

View file

@ -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() )