From 4a92a5e2f40a9b9bffd65fe46ec6ff807ab833b2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Sun, 19 Jan 2025 14:45:22 -0500
Subject: [PATCH] Remove obsolete comment

---
 src/conio/bitmap_con.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/conio/bitmap_con.c b/src/conio/bitmap_con.c
index 9b6e3cb27a..ca8ff55f26 100644
--- a/src/conio/bitmap_con.c
+++ b/src/conio/bitmap_con.c
@@ -569,7 +569,6 @@ can_cheat(struct blockstate *bs, struct vmem_cell *vc)
 	return vc->bg == bs->cheat_colour && (vc->ch == ' ') && (vc->font < CONIO_FIRST_FREE_FONT) && !(vc->bg & 0x02000000);
 }
 
-// Returns false if we can't chate, true otherwise
 static void
 calc_charstate(struct blockstate *bs, struct vmem_cell *vc, struct charstate *cs, int xpos, int ypos)
 {
-- 
GitLab