diff options
-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 2b43d001e..533e5d1a0 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); | |||
61 | /* Utilities for actions. */ | 61 | /* Utilities for actions. */ |
62 | #if !defined(NO_ACTION_LAYER) && defined(PREVENT_STUCK_MODIFIERS) | 62 | #if !defined(NO_ACTION_LAYER) && defined(PREVENT_STUCK_MODIFIERS) |
63 | extern bool disable_action_cache; | 63 | extern bool disable_action_cache; |
64 | extern int8_t pressed_actions_cache[MATRIX_ROWS][MATRIX_COLS]; | ||
65 | #endif | 64 | #endif |
66 | void process_action_nocache(keyrecord_t *record); | 65 | void process_action_nocache(keyrecord_t *record); |
67 | void process_action(keyrecord_t *record); | 66 | void process_action(keyrecord_t *record); |