diff options
Diffstat (limited to 'tableSmart.go')
| -rw-r--r-- | tableSmart.go | 8 |
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 |
