gfx.c
changeset 2753 15012faaa68a
parent 2658 4ecf9bbf3258
child 2952 6a26eeda9679
child 9918 a151c4749c7a
--- a/gfx.c	Wed Dec 14 06:20:23 2005 +0000
+++ b/gfx.c	Wed Dec 14 06:28:48 2005 +0000
@@ -484,7 +484,7 @@
 {
 	char buffer[512];
 	uint32 tmp;
-	int num, w, mt;
+	int num, mt;
 	const char *src;
 	byte c;
 
@@ -502,7 +502,6 @@
 	src = buffer;
 
 	for(;;) {
-		w = GetStringWidth(src);
 		DoDrawString(src, x, y, 0xFE);
 		_stringwidth_base = _stringwidth_out;