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 38ee12abe..e6938f5a2 100644 --- a/common/action.c +++ b/common/action.c | |||
| @@ -496,12 +496,6 @@ void clear_keyboard_but_mods(void) | |||
| 496 | #endif | 496 | #endif |
| 497 | } | 497 | } |
| 498 | 498 | ||
| 499 | bool sending_anykey(void) | ||
| 500 | { | ||
| 501 | return (has_anykey() || host_mouse_in_use() || | ||
| 502 | host_last_sysytem_report() || host_last_consumer_report()); | ||
| 503 | } | ||
| 504 | |||
| 505 | bool is_tap_key(key_t key) | 499 | bool is_tap_key(key_t key) |
| 506 | { | 500 | { |
| 507 | action_t action = layer_switch_get_action(key); | 501 | action_t action = layer_switch_get_action(key); |
