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 ccdbd69d0a..5b159d14bc 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -608,7 +608,6 @@ static int dirbrowse()
608 if (last_cancel && TIME_BEFORE(current_tick, last_cancel+HZ/2)) 608 if (last_cancel && TIME_BEFORE(current_tick, last_cancel+HZ/2))
609 { 609 {
610 last_cancel = 0; 610 last_cancel = 0;
611 action_signalscreenchange(); /* eat the cancel presses */
612 break; 611 break;
613 } 612 }
614 else 613 else
@@ -922,7 +921,6 @@ static int dirbrowse()
922 } 921 }
923 } 922 }
924 } 923 }
925 action_signalscreenchange();
926 return true; 924 return true;
927} 925}
928 926