summaryrefslogtreecommitdiff
path: root/common/action.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/action.c')
-rw-r--r--common/action.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/action.c b/common/action.c
index 38ee12abe1..e6938f5a23 100644
--- a/common/action.c
+++ b/common/action.c
@@ -496,12 +496,6 @@ void clear_keyboard_but_mods(void)
#endif
}
-bool sending_anykey(void)
-{
- return (has_anykey() || host_mouse_in_use() ||
- host_last_sysytem_report() || host_last_consumer_report());
-}
-
bool is_tap_key(key_t key)
{
action_t action = layer_switch_get_action(key);