Clear unused code

This commit is contained in:
Adil Allawi 2012-10-23 04:19:47 -07:00
parent f99150bc22
commit 88bd912840

View File

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