mirror of https://github.com/jetkvm/kvm.git
refactor: remove unused NewKeypressKeepAliveMessage function from HID RPC
This commit is contained in:
parent
6b03af6583
commit
2eae80ef1d
|
@ -121,11 +121,3 @@ func NewKeyboardMacroStateMessage(state bool, isPaste bool) *Message {
|
||||||
d: data,
|
d: data,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewKeypressKeepAliveMessage creates a new keypress keep alive message.
|
|
||||||
func NewKeypressKeepAliveMessage() *Message {
|
|
||||||
return &Message{
|
|
||||||
t: TypeKeypressKeepAliveReport,
|
|
||||||
d: []byte{},
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue