diff options
Diffstat (limited to 'go/client')
| -rw-r--r-- | go/client/game.go | 1 | ||||
| -rw-r--r-- | go/client/keybindings.go | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/go/client/game.go b/go/client/game.go index 13209695..d027f07c 100644 --- a/go/client/game.go +++ b/go/client/game.go @@ -219,7 +219,6 @@ func (g *Game) showWinners() { g.passButton.RegisterHandler("click", func(int, int) { activities.PopActivity() }) - } func (g *Game) showStore() { diff --git a/go/client/keybindings.go b/go/client/keybindings.go index 147afced..a9e0eed4 100644 --- a/go/client/keybindings.go +++ b/go/client/keybindings.go @@ -20,7 +20,6 @@ type ( func (g *Game) handleKeyBindings(bindings keyBindings) (err error) { for i, ev := range ui.Input { - for _k, a := range bindings { var remove bool switch k := _k.(type) { |
