diff options
author | Eric-L-T <etang2099@gmail.com> | 2016-04-01 13:45:01 -0700 |
---|---|---|
committer | Eric-L-T <etang2099@gmail.com> | 2016-04-01 13:45:01 -0700 |
commit | cd8dd1b6d6a68c1d6ba48ba58e6ddad7dbbce6c2 (patch) | |
tree | 7c0537e317efa3fc704559b77eccfcd187069dc0 | |
parent | 317455178d177efc8eccdb8dc69ac18baf9e66e7 (diff) |
Update action.h
-rw-r--r-- | tmk_core/common/action.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tmk_core/common/action.h b/tmk_core/common/action.h index 2b43d001e1..533e5d1a01 100644 --- a/tmk_core/common/action.h +++ b/tmk_core/common/action.h @@ -61,7 +61,6 @@ void action_function(keyrecord_t *record, uint8_t id, uint8_t opt); /* Utilities for actions. */ #if !defined(NO_ACTION_LAYER) && defined(PREVENT_STUCK_MODIFIERS) extern bool disable_action_cache; -extern int8_t pressed_actions_cache[MATRIX_ROWS][MATRIX_COLS]; #endif void process_action_nocache(keyrecord_t *record); void process_action(keyrecord_t *record); |