summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgitk1
1 files changed, 0 insertions, 1 deletions
diff --git a/gitk b/gitk
index c3b4eb20b6..f7f177621c 100755
--- a/gitk
+++ b/gitk
@@ -8270,7 +8270,6 @@ proc mkbranch {} {
grid $top.id $top.sha1 -sticky w
label $top.nlab -text [mc "Name:"]
entry $top.name -width 40
- bind $top.name <Key-Return> "[list mkbrgo $top]"
grid $top.nlab $top.name -sticky w
frame $top.buts
button $top.buts.go -text [mc "Create"] -command [list mkbrgo $top]