]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - common/action.c
Fix to build ps2_mouse with both LUFA and PJRC
[qmk_firmware.git] / common / action.c
index f7ae85b94182c06b251ab82230a36ad37782ced5..485abf81e305396a6cd428d60cef644634f75abb 100644 (file)
@@ -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);