🔥 unused getPixelRect function

This commit is contained in:
Wliu
2017-01-12 11:28:02 -05:00
committed by GitHub
parent 894605ecc1
commit 4c2e2203e0

View File

@@ -653,9 +653,6 @@ class Cursor extends Model
fn()
@autoscroll() if options.autoscroll ? @isLastCursor()
getPixelRect: ->
@editor.pixelRectForScreenRange(@getScreenRange())
getScreenRange: ->
{row, column} = @getScreenPosition()
new Range(new Point(row, column), new Point(row, column + 1))