diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2016-04-02 19:25:10 +0200 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2016-04-02 19:25:10 +0200 |
commit | 97cc44e063f4c4ea18a8ad3f3bb2519f1117c93a (patch) | |
tree | 7d86738d03c1edb1f940f4be460e661d41097b72 /tmk_core/common/action.h | |
parent | 1a09e96b9558f3d08394ec50546cfb366271f014 (diff) | |
parent | 5a9091689c3e1b4c444f56c9cb335817dc9fc2bb (diff) |
Merge branch 'modifier-release-fix' of https://github.com/eltang/qmk_firmware into modifier-release-fix
Diffstat (limited to 'tmk_core/common/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); |