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/class.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/class.tcl')
| -rw-r--r-- | lib/class.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/class.tcl b/lib/class.tcl index f08506f383..0b1e67103f 100644 --- a/lib/class.tcl +++ b/lib/class.tcl @@ -136,7 +136,6 @@ proc delete_this {{t {}}} { proc make_dialog {t w args} { upvar $t top $w pfx this this - global use_ttk uplevel [linsert $args 0 make_toplevel $t $w] catch {wm attributes $top -type dialog} pave_toplevel $pfx |
