gfx.c
changeset 5156 5edaa8f9b295
parent 5155 64f930853bea
child 5217 21c23507c002
--- 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);