1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

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;