chiark / gitweb /
Remove glyph footprint comment from XML output
authorBen Harris <bjh21@bjh21.me.uk>
Tue, 19 Nov 2024 23:00:19 +0000 (23:00 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Tue, 19 Nov 2024 23:40:00 +0000 (23:40 +0000)
It was only there for debugging and isn't generally helpful.

bedstead.c

index faa73076319452c245c7f430b6d526c7e50a0e30..cb77fa49877392266f24153e2f6d4adddc742d7c 100644 (file)
@@ -3537,10 +3537,8 @@ dogpos(void)
                                    (fp & (0xff << (XSIZE-dx-2))) != 0 &&
                                    (fp & ((1 << (dh - dx)) - 1)) == 0 &&
                                    (fp & ((1 << (dh - dx + 1)) - 1)) != 0 ||
-                                   fp == 0 && dx == 0 && dh == 3) {
-                                       printf("<!-- fp = 0%o -->\n", fp);
+                                   fp == 0 && dx == 0 && dh == 3)
                                        TTXS("Glyph", glyphs[i].name);
-                               }
                        }
                        printf("        </Coverage>\n");
                        TTXI("ValueFormat", 5);