summaryrefslogtreecommitdiff
path: root/apps/action.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/action.c')
-rw-r--r--apps/action.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/action.c b/apps/action.c
index e8c3e8675e..4504b97ff2 100644
--- a/apps/action.c
+++ b/apps/action.c
@@ -605,12 +605,10 @@ static inline void action_code_lookup(action_last_t *last, action_cur_t *cur)
605 /* attempt to look up the button in user supplied remap */ 605 /* attempt to look up the button in user supplied remap */
606 if(last->key_remap && (context & CONTEXT_PLUGIN) == 0) 606 if(last->key_remap && (context & CONTEXT_PLUGIN) == 0)
607 { 607 {
608#if 0 /*Disable the REMOTE context for remap for now (BUTTON_REMOTE != 0)*/
609 if ((cur->button & BUTTON_REMOTE) != 0) 608 if ((cur->button & BUTTON_REMOTE) != 0)
610 { 609 {
611 context |= CONTEXT_REMOTE; 610 context |= CONTEXT_REMOTE;
612 } 611 }
613#endif
614 cur->items = core_get_data(last->key_remap); 612 cur->items = core_get_data(last->key_remap);
615 i = 0; 613 i = 0;
616 action = ACTION_UNKNOWN; 614 action = ACTION_UNKNOWN;