diff options
Diffstat (limited to 'common/action.c')
| -rw-r--r-- | common/action.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/common/action.c b/common/action.c index f7ae85b94..485abf81e 100644 --- a/common/action.c +++ b/common/action.c | |||
| @@ -485,12 +485,6 @@ void clear_keyboard_but_mods(void) | |||
| 485 | #endif | 485 | #endif |
| 486 | } | 486 | } |
| 487 | 487 | ||
| 488 | bool sending_anykey(void) | ||
| 489 | { | ||
| 490 | return (has_anykey() || host_mouse_in_use() || | ||
| 491 | host_last_sysytem_report() || host_last_consumer_report()); | ||
| 492 | } | ||
| 493 | |||
| 494 | bool is_tap_key(key_t key) | 488 | bool is_tap_key(key_t key) |
| 495 | { | 489 | { |
| 496 | action_t action = layer_switch_get_action(key); | 490 | action_t action = layer_switch_get_action(key); |
