docs: Remove some redundant comments

This commit is contained in:
Hajime Hoshi 2018-04-28 03:40:59 +09:00
parent b22cc9d4be
commit 177f4c5108
2 changed files with 0 additions and 4 deletions

View File

@ -186,8 +186,6 @@ import (
type Key int
// Keys.
//
// Known issue: KeyKPEnter and KeyKPEqual don't work on Edge browsers.
const (
{{range $index, $name := .KeyNames}}Key{{$name}} Key = Key(input.Key{{$name}})
{{end}} KeyMax Key = Key{{.LastKeyName}}

View File

@ -28,8 +28,6 @@ import (
type Key int
// Keys.
//
// Known issue: KeyKPEnter and KeyKPEqual don't work on Edge browsers.
const (
Key0 Key = Key(input.Key0)
Key1 Key = Key(input.Key1)