From 9b1c537fdbdf5bcad2f73bbad8eb06983889ff78 Mon Sep 17 00:00:00 2001 From: Mark Levedahl Date: Tue, 20 May 2025 13:53:52 -0400 Subject: 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 --- lib/error.tcl | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/error.tcl') 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 -- cgit v1.3