diff --git a/internal/hidrpc/hidrpc.go b/internal/hidrpc/hidrpc.go index 2fe0c1d5..7313e3b5 100644 --- a/internal/hidrpc/hidrpc.go +++ b/internal/hidrpc/hidrpc.go @@ -121,11 +121,3 @@ func NewKeyboardMacroStateMessage(state bool, isPaste bool) *Message { d: data, } } - -// NewKeypressKeepAliveMessage creates a new keypress keep alive message. -func NewKeypressKeepAliveMessage() *Message { - return &Message{ - t: TypeKeypressKeepAliveReport, - d: []byte{}, - } -}