Merge pull request #2299 from ironymark/master

Cleared some unused code
This commit is contained in:
Yury Delendik 2012-10-23 05:23:32 -07:00
commit ce9460113c

View File

@ -849,10 +849,6 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
x += charWidth; x += charWidth;
var glyphUnicode = glyph.unicode === ' ' ? '\u00A0' : glyph.unicode;
if (glyphUnicode in NormalizedUnicodes)
glyphUnicode = NormalizedUnicodes[glyphUnicode];
canvasWidth += charWidth; canvasWidth += charWidth;
} }
current.x += x * textHScale2; current.x += x * textHScale2;