diff options
author | joe <rbo@gmx.us> | 2025-08-26 12:10:43 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-26 12:10:43 +0200 |
commit | b8fde0598ef9914a6af4f6e4d029a7bb78e84dcf (patch) | |
tree | 8b9f089b4b9e264dfc5742ffdaa72dc13e3af295 /src/i_info.go | |
parent | make release unrelated (diff) | |
download | hardflip-b8fde0598ef9914a6af4f6e4d029a7bb78e84dcf.tar.gz hardflip-b8fde0598ef9914a6af4f6e4d029a7bb78e84dcf.tar.bz2 hardflip-b8fde0598ef9914a6af4f6e4d029a7bb78e84dcf.tar.xz hardflip-b8fde0598ef9914a6af4f6e4d029a7bb78e84dcf.tar.zst hardflip-b8fde0598ef9914a6af4f6e4d029a7bb78e84dcf.zip |
reverted all fuzzmode shit but there is still a lot of crap
Diffstat (limited to '')
-rw-r--r-- | src/i_info.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i_info.go b/src/i_info.go index e2aaba4..4802feb 100644 --- a/src/i_info.go +++ b/src/i_info.go @@ -467,8 +467,6 @@ func i_info_note(ui HardUI, host *HostNode, line int) { func i_draw_info_panel(ui HardUI, percent bool, litems *ItemsList) { type info_func func(HardUI, *HostNode, int) int - if ui.mode == FUZZ_MODE { - } i_draw_box(ui.s, (ui.dim[W] / 3), 0, ui.dim[W] - 1, ui.dim[H] - 2, ui.style[BOX_STYLE], ui.style[HEAD_STYLE], " Infos ", false) |