summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 17:56:30 -0500
committerJeff Carr <[email protected]>2025-10-15 17:56:30 -0500
commitb0e3a76e42389997f58be3fdf21ee4f20e29193e (patch)
tree0cd541e88b319b7a57bd959800d0f9ec66465ee8
parentb6076aacaf4dc0b74254840332640ab0bff7f2be (diff)
merged nicely with the first column
-rw-r--r--tableSmart.go8
1 files changed, 0 insertions, 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