From b0e3a76e42389997f58be3fdf21ee4f20e29193e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 17:56:30 -0500 Subject: merged nicely with the first column --- tableSmart.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tableSmart.go b/tableSmart.go index 293987e..9bda55e 100644 --- a/tableSmart.go +++ b/tableSmart.go @@ -62,14 +62,6 @@ func (m *Machine) makeSmartTable(pb *Packages) *PackagesTable { }) col.Width = 3 - col = t.AddStringFunc("U", func(p *Package) string { - if m.WillUpgrade(p) { - return "X" - } - return "" - }) - col.Width = 1 - col = t.AddPackage() col.Width = 16 -- cgit v1.2.3