aboutsummaryrefslogtreecommitdiffstats
path: root/i_ui.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-11 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-11 20:20:20 +0100
commit5cf98e006814a1afc625ac25269d710d9991e6dc (patch)
treed07bf9ea44752165f225144acb630abdcf8451ce /i_ui.go
parentcool (diff)
downloadhardflip-5cf98e006814a1afc625ac25269d710d9991e6dc.tar.gz
hardflip-5cf98e006814a1afc625ac25269d710d9991e6dc.tar.bz2
hardflip-5cf98e006814a1afc625ac25269d710d9991e6dc.tar.xz
hardflip-5cf98e006814a1afc625ac25269d710d9991e6dc.tar.zst
hardflip-5cf98e006814a1afc625ac25269d710d9991e6dc.zip
ok ye
Diffstat (limited to '')
-rw-r--r--i_ui.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/i_ui.go b/i_ui.go
index fbbcc80..0a014a6 100644
--- a/i_ui.go
+++ b/i_ui.go
@@ -299,11 +299,6 @@ func i_host_panel(ui HardUI, icons bool, litems *ItemsList, data *HardData) {
ptr.Dirs,
litems.curr.Dirs,
line)
- // FIX: === delete this
- i_draw_text(ui.s,
- ui.dim[W] / 3 - 2, line, ui.dim[W] / 3, line,
- ui.def_style, strconv.Itoa(ptr.Dirs.count_elements(true, data.folds)))
- // FIX: ===
line++
}
}