summaryrefslogtreecommitdiffstats
path: root/pkg/gui/branches_panel.go
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2018-09-04 15:40:29 +0200
committerDawid Dziurla <dawidd0811@gmail.com>2018-09-04 15:40:29 +0200
commit97ad4a1643f1ef83b151d78314b9c6bcb50adbfe (patch)
tree72742ed38486d1e321ad119efb12e1eac332b0ce /pkg/gui/branches_panel.go
parentcbafadd48e7d4ccbdb8b50dc32fa4f570c4b6434 (diff)
delete options
Diffstat (limited to 'pkg/gui/branches_panel.go')
-rw-r--r--pkg/gui/branches_panel.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkg/gui/branches_panel.go b/pkg/gui/branches_panel.go
index b56f189ce..74ee14b06 100644
--- a/pkg/gui/branches_panel.go
+++ b/pkg/gui/branches_panel.go
@@ -116,13 +116,6 @@ func (gui *Gui) getSelectedBranch(v *gocui.View) commands.Branch {
func (gui *Gui) renderBranchesOptions(g *gocui.Gui) error {
return gui.renderOptionsMap(g, map[string]string{
- "space": gui.Tr.SLocalize("checkout"),
- "f": gui.Tr.SLocalize("forceCheckout"),
- "m": gui.Tr.SLocalize("merge"),
- "c": gui.Tr.SLocalize("checkoutByName"),
- "n": gui.Tr.SLocalize("newBranch"),
- "d": gui.Tr.SLocalize("deleteBranch"),
- "D": gui.Tr.SLocalize("forceDeleteBranch"),
"← → ↑ ↓": gui.Tr.SLocalize("navigate"),
"?": gui.Tr.SLocalize("help"),
})