aboutsummaryrefslogtreecommitdiffstats
path: root/lib/database.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/database.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/database.tcl')
-rw-r--r--lib/database.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/database.tcl b/lib/database.tcl
index 8f200369a2..78732d8651 100644
--- a/lib/database.tcl
+++ b/lib/database.tcl
@@ -2,7 +2,6 @@
# Copyright (C) 2006, 2007 Shawn Pearce
proc do_stats {} {
- global use_ttk
set fd [git_read [list count-objects -v]]
while {[gets $fd line] > 0} {
if {[regexp {^([^:]+): (\d+)$} $line _ name value]} {