]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - utf8lib.c
fix alignment of fps counter with ft2 fonts, and other alignment issues
[xonotic/darkplaces.git] / utf8lib.c
index f7dff508feedb1d0b8e2d564be1000342e835e87..16a94a7ae7fefe2fe108543fb69c52f39e68a780 100644 (file)
--- a/utf8lib.c
+++ b/utf8lib.c
@@ -62,7 +62,7 @@ Uchar utf8_range[5] = {
 static qboolean u8_analyze(const char *_s, size_t *_start, size_t *_len, Uchar *_ch, size_t _maxlen)
 {
        const unsigned char *s = (const unsigned char*)_s;
-       unsigned char bt;//, bc;
+       //unsigned char bt;//, bc;
        size_t i;
        size_t bits, j;
        Uchar ch;