File diff r28254:63e56792ee43 → r28255:2fb69767d82f
src/gfx.cpp
Show inline comments
 
@@ -1406,8 +1406,6 @@ void LoadStringWidthTable(bool monospace
 
			_stringwidth_table[fs][i] = GetGlyphWidth(fs, i + 32);
 
		}
 
	}
 

	
 
	ReInitAllWindows(false);
 
}
 

	
 
/**