Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
David Chen committed Jan 7, 2020
1 parent e72cab8 commit de2cfc7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pkg/gui/merge_panel.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,6 @@ func (gui *Gui) renderMergeOptions() error {
gui.getKeyDisplay("main.pickBothHunks"): gui.Tr.SLocalize("pickBothHunks"),
gui.getKeyDisplay("main.undo"): gui.Tr.SLocalize("undo"),
})
return gui.renderOptionsMap(map[string]string{
"↑ ↓": gui.Tr.SLocalize("selectHunk"),
"← →": gui.Tr.SLocalize("navigateConflicts"),
"space": gui.Tr.SLocalize("pickHunk"),
"b": gui.Tr.SLocalize("pickBothHunks"),
"z": gui.Tr.SLocalize("undo"),
})
}

func (gui *Gui) handleEscapeMerge(g *gocui.Gui, v *gocui.View) error {
Expand Down

0 comments on commit de2cfc7

Please sign in to comment.