Remove unnecessary code

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-03-08 14:27:22 -08:00
parent da8d30ab98
commit 7854b99bed

View File

@@ -102,9 +102,8 @@ class LineMap
if pendingFragment
pendingFragment = pendingFragment.concat(lineFragment)
else
pendingFragment = _.clone(lineFragment)
pendingFragment = lineFragment
if pendingFragment[deltaType].row > 0
pendingFragment.bufferDelta = new Point(1, 0)
lines.push pendingFragment
pendingFragment = null
lines