diff options
| author | Mark Levedahl <mlevedahl@gmail.com> | 2025-05-20 13:53:52 -0400 |
|---|---|---|
| committer | Mark Levedahl <mlevedahl@gmail.com> | 2025-07-21 11:59:21 -0400 |
| commit | 9b1c537fdbdf5bcad2f73bbad8eb06983889ff78 (patch) | |
| tree | 8f49e3073bd68f9769f055d6c5d05cf2d71875ea /lib/branch_checkout.tcl | |
| parent | fdc0e3a29020276de3d9344d2ab0caf4d086fd3a (diff) | |
| download | git-9b1c537fdbdf5bcad2f73bbad8eb06983889ff78.tar.gz | |
git-gui: remove non-ttk code
git-gui has code paths to support older non-ttk widgets, but this code
is no longer reachable as ttk is always used. Remove that code.
Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
Diffstat (limited to 'lib/branch_checkout.tcl')
| -rw-r--r-- | lib/branch_checkout.tcl | 1 |
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]] |
