diff --git a/src/conio/bitmap_con.c b/src/conio/bitmap_con.c
index 9b6e3cb27a463aeef64ab477c2b409a300be2889..ca8ff55f261737982bbfe2e5965e78d679b9c7df 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)
 {