remove unused static col width

This commit is contained in:
Bradley Cicenas 2019-11-11 22:04:25 +00:00
parent 54fc5ac5c6
commit 6b79e5a370
1 changed files with 0 additions and 12 deletions

View File

@ -10,18 +10,6 @@ import (
const colSpacing = 1
// per-column width. 0 == auto width
var colWidths = []int{
5, // status
0, // name
0, // cid
0, // cpu
0, // memory
0, // net
0, // io
4, // pids
}
func centerParText(p *ui.Par) {
var text string
var padding string