Revert "shows total memory usage"

This reverts commit 1271ce96e8.
This commit is contained in:
Bradley Cicenas
2019-07-03 11:27:17 +00:00
parent eb8237cbb1
commit 54fc5ac5c6
3 changed files with 1 additions and 19 deletions

View File

@@ -52,7 +52,6 @@ func RedrawRows(clr bool) {
y := 1
if config.GetSwitchVal("enableHeader") {
header.SetCount(cursor.Len())
header.SetMemoryUsage(cursor.MemoryUsage())
header.SetFilter(config.GetVal("filterStr"))
y += header.Height()
}