X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=common%2Faction.c;h=485abf81e305396a6cd428d60cef644634f75abb;hb=d7f663a1ea4487a6dc5be76085eff7b00bec9704;hp=f7ae85b94182c06b251ab82230a36ad37782ced5;hpb=755e4d8b00a4f9be0c50c2b005d063b94c528f8c;p=max%2Ftmk_keyboard.git diff --git a/common/action.c b/common/action.c index f7ae85b9..485abf81 100644 --- a/common/action.c +++ b/common/action.c @@ -485,12 +485,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);