diff options
Diffstat (limited to 'gfx.c')
-rw-r--r-- | gfx.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1613,9 +1613,6 @@ void LoadStringWidthTable(void) { uint i; - /* Initialize the unicode to sprite mapping table */ - InitializeUnicodeGlyphMap(); - /* Normal font */ for (i = 0; i != 224; i++) { _stringwidth_table[FS_NORMAL][i] = GetGlyphWidth(FS_NORMAL, i + 32); |