summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 201906f2ce..82a7a3b1b6 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -556,7 +556,6 @@ static bool dirbrowse(void)
556 bool exit_func = false; 556 bool exit_func = false;
557 long thumbnail_time = -1; /* for delaying a thumbnail */ 557 long thumbnail_time = -1; /* for delaying a thumbnail */
558 558
559 unsigned lastbutton = 0;
560 char* currdir = tc.currdir; /* just a shortcut */ 559 char* currdir = tc.currdir; /* just a shortcut */
561 bool id3db = *tc.dirfilter == SHOW_ID3DB; 560 bool id3db = *tc.dirfilter == SHOW_ID3DB;
562 561
@@ -871,7 +870,6 @@ static bool dirbrowse(void)
871 if ( button ) 870 if ( button )
872 { 871 {
873 ata_spin(); 872 ata_spin();
874 lastbutton = button;
875 } 873 }
876 874
877 if (start_wps && audio_status() ) 875 if (start_wps && audio_status() )