diff options
Diffstat (limited to 'apps/action.c')
| -rw-r--r-- | apps/action.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/action.c b/apps/action.c index f65736c..94f27ce 100644 --- a/apps/action.c +++ b/apps/action.c @@ -111,8 +111,7 @@ int get_action_worker(int context, int timeout, { ignore_until_release = false; } - /*last_button = BUTTON_NONE; this is done by action_signalscreenchange() */ - return ACTION_UNKNOWN; /* "safest" return value */ + return ACTION_NONE; /* "safest" return value */ } #if (BUTTON_REMOTE != 0) if (soft_unlock_action != ACTION_NONE) |