Remove unused Point

This commit is contained in:
Corey Johnson & Nathan Sobo
2014-02-19 09:56:26 -08:00
parent ca7d2695ea
commit 6c5a5c49da

View File

@@ -308,7 +308,6 @@ class DisplayBuffer extends Model
screenColumn = Infinity
break
new Point(screenRow, screenColumn)
@clipScreenPosition([screenRow, screenColumn], options)
# Given a buffer position, this converts it into a screen position.