aboutsummaryrefslogtreecommitdiff
path: root/lib/error.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/error.tcl
parentfdc0e3a29020276de3d9344d2ab0caf4d086fd3a (diff)
downloadgit-9b1c537fdbdf5bcad2f73bbad8eb06983889ff78.tar.xz
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/error.tcl')
-rw-r--r--lib/error.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/error.tcl b/lib/error.tcl
index 4e95b407bd..fc0b5ad5e0 100644
--- a/lib/error.tcl
+++ b/lib/error.tcl
@@ -71,7 +71,6 @@ proc ask_popup {msg} {
}
proc hook_failed_popup {hook msg {is_fatal 1}} {
- global use_ttk
set w .hookfail
Dialog $w
wm withdraw $w