From 0ddfbf62fde8b8e0bde9a548b203d67b812ab61e Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 13 May 2024 20:20:20 +0200 Subject: fix --- src/i_help.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src/i_help.go') diff --git a/src/i_help.go b/src/i_help.go index c13b0b7..fa3852f 100644 --- a/src/i_help.go +++ b/src/i_help.go @@ -79,7 +79,6 @@ func i_draw_help(ui *HardUI) { ui.s.SetContent(win.L, win.B - 1, '▼', nil, ui.style[BOX_STYLE]) } - // TODO: here } func i_help_normal(ui HardUI, win Quad, line *int) bool { -- cgit v1.2.3