diff options
Diffstat (limited to 'git-gui/lib/branch_rename.tcl')
-rw-r--r-- | git-gui/lib/branch_rename.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git-gui/lib/branch_rename.tcl b/git-gui/lib/branch_rename.tcl index 54c72b980c..405101637f 100644 --- a/git-gui/lib/branch_rename.tcl +++ b/git-gui/lib/branch_rename.tcl @@ -60,7 +60,6 @@ constructor dialog {} { $w.rename.newname_t icursor end focus $w.rename.newname_t " - bind $w.header <Destroy> [list delete_this $this] tkwait window $w } |