]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ft2_fontdefs.h
CLVM: remove cruft
[xonotic/darkplaces.git] / ft2_fontdefs.h
index 654ab898c3695d639535e651697952a41dcef110..68956b9082d6682c42c7b8492bd2801155071502 100644 (file)
@@ -43,7 +43,7 @@ struct ft2_font_map_s
        glyph_slot_t    glyphs[FONT_CHARS_PER_MAP];
        Uchar           glyphchars[FONT_CHARS_PER_MAP];
 
-       // safes us the trouble of calculating these over and over again
+       // saves us the trouble of calculating these over and over again
        double          sfx, sfy;
 
        // note: float width_of[256] was moved to `struct dp_font_s` as width_of_ft2
@@ -69,9 +69,6 @@ struct font_incmap_s
 
        // count of merged maps
        int tier1_merged, tier2_merged;
-
-       // in case it changed middleway, convert previous data
-       int bytes_per_pixel;
 };
 
 struct ft2_attachment_s