gfx.c
changeset 5156 771ed0d9f836
parent 5155 a479ef9c16a5
child 5217 7a9e91919a93
--- a/gfx.c	Fri Nov 24 18:39:22 2006 +0000
+++ b/gfx.c	Fri Nov 24 20:47:29 2006 +0000
@@ -1613,9 +1613,6 @@
 {
 	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);