summaryrefslogtreecommitdiff
path: root/apps/action.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/action.c')
-rw-r--r--apps/action.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/action.c b/apps/action.c
index f65736c874..94f27ce2cf 100644
--- a/apps/action.c
+++ b/apps/action.c
@@ -111,8 +111,7 @@ int get_action_worker(int context, int timeout,
111 { 111 {
112 ignore_until_release = false; 112 ignore_until_release = false;
113 } 113 }
114 /*last_button = BUTTON_NONE; this is done by action_signalscreenchange() */ 114 return ACTION_NONE; /* "safest" return value */
115 return ACTION_UNKNOWN; /* "safest" return value */
116 } 115 }
117#if (BUTTON_REMOTE != 0) 116#if (BUTTON_REMOTE != 0)
118 if (soft_unlock_action != ACTION_NONE) 117 if (soft_unlock_action != ACTION_NONE)