From f7675a244b0d1d52bfdf5a1ee0051b46e73f9f2e Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sun, 22 Jul 2007 06:05:53 +0000 Subject: remove the need for action_signalscreenchange(). Fixes problems with targets where the ACTION_STD_CANCEL event is a combo git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13956 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/tree.c') 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() 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; } -- cgit v1.2.3