summaryrefslogtreecommitdiffstats
path: root/pkg/gui/keybindings.go
diff options
context:
space:
mode:
authorMark Kopenga <mkopenga@gmail.com>2018-10-27 15:06:51 +0200
committerGitHub <noreply@github.com>2018-10-27 15:06:51 +0200
commit45c249acca0bb4e390f660a896122040510bebd2 (patch)
tree41816887288a6700a5c80514feebe7168b11ab00 /pkg/gui/keybindings.go
parent1df1053947a2206d85a739208faa383f0735bd7b (diff)
parentc6da4c8a47a45a96beb2de4fbe5b98cfb87446b4 (diff)
Merge branch 'master' into https-ask-for-username-password
Diffstat (limited to 'pkg/gui/keybindings.go')
-rw-r--r--pkg/gui/keybindings.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkg/gui/keybindings.go b/pkg/gui/keybindings.go
index 4a8995d5f..e460e4a1c 100644
--- a/pkg/gui/keybindings.go
+++ b/pkg/gui/keybindings.go
@@ -309,12 +309,6 @@ func (gui *Gui) GetKeybindings() []*Binding {
Description: gui.Tr.SLocalize("deleteBranch"),
}, {
ViewName: "branches",
- Key: 'D',
- Modifier: gocui.ModNone,
- Handler: gui.handleForceDeleteBranch,
- Description: gui.Tr.SLocalize("forceDeleteBranch"),
- }, {
- ViewName: "branches",
Key: 'm',
Modifier: gocui.ModNone,
Handler: gui.handleMerge,