aboutsummaryrefslogtreecommitdiffstats
path: root/lib/index.tcl
diff options
context:
space:
mode:
authorMark Levedahl <mlevedahl@gmail.com>2025-05-20 13:53:52 -0400
committerMark Levedahl <mlevedahl@gmail.com>2025-07-21 11:59:21 -0400
commit9b1c537fdbdf5bcad2f73bbad8eb06983889ff78 (patch)
tree8f49e3073bd68f9769f055d6c5d05cf2d71875ea /lib/index.tcl
parentfdc0e3a29020276de3d9344d2ab0caf4d086fd3a (diff)
downloadgit-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/index.tcl')
-rw-r--r--lib/index.tcl2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/index.tcl b/lib/index.tcl
index ffede7bde2..377547034b 100644
--- a/lib/index.tcl
+++ b/lib/index.tcl
@@ -22,8 +22,6 @@ proc _close_updateindex {fd} {
}
proc rescan_on_error {err {after {}}} {
- global use_ttk
-
set w .indexfried
Dialog $w
wm withdraw $w