aboutsummaryrefslogtreecommitdiffstats
path: root/lib/branch_checkout.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/branch_checkout.tcl')
-rw-r--r--lib/branch_checkout.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/branch_checkout.tcl b/lib/branch_checkout.tcl
index 756ced9ffa..1e6b757b35 100644
--- a/lib/branch_checkout.tcl
+++ b/lib/branch_checkout.tcl
@@ -10,7 +10,6 @@ field opt_fetch 1; # refetch tracking branch if used?
field opt_detach 0; # force a detached head case?
constructor dialog {} {
- global use_ttk
make_dialog top w
wm withdraw $w
wm title $top [mc "%s (%s): Checkout Branch" [appname] [reponame]]