diff options
Diffstat (limited to 'git-gui/lib/remote_branch_delete.tcl')
-rw-r--r-- | git-gui/lib/remote_branch_delete.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/git-gui/lib/remote_branch_delete.tcl b/git-gui/lib/remote_branch_delete.tcl index bc39581b86..b83e1b6315 100644 --- a/git-gui/lib/remote_branch_delete.tcl +++ b/git-gui/lib/remote_branch_delete.tcl @@ -131,7 +131,6 @@ constructor dialog {} { bind $w <$M1B-Key-R> [cb _rescan] bind $w <Key-Return> [cb _delete] bind $w <Key-Escape> [list destroy $w] - bind $w.header <Destroy> [list delete_this $this] return $w } |