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 ccdbd69..5b159d1 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -608,7 +608,6 @@ static int dirbrowse()
if (last_cancel && TIME_BEFORE(current_tick, last_cancel+HZ/2))
{
last_cancel = 0;
- action_signalscreenchange(); /* eat the cancel presses */
break;
}
else
@@ -922,7 +921,6 @@ static int dirbrowse()
}
}
}
- action_signalscreenchange();
return true;
}