Remove disabled backends
This commit is contained in:
parent
89131db79b
commit
2211b8a662
7 changed files with 23 additions and 88 deletions
|
|
@ -91,6 +91,10 @@ type keybdInput struct {
|
|||
|
||||
type windowsBackend struct{}
|
||||
|
||||
func init() {
|
||||
RegisterBackend("Windows", InitWindowsBackend, 0)
|
||||
}
|
||||
|
||||
func InitWindowsBackend() (Backend, error) {
|
||||
p := &windowsBackend{}
|
||||
if err := sendInputProc.Find(); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue