mirror of
https://github.com/atom/atom.git
synced 2026-02-09 22:24:59 -05:00
Remove Editor.getCurrentBufferLine
This commit is contained in:
@@ -349,7 +349,6 @@ class Editor extends View
|
||||
moveCursorRight: -> @compositeCursor.moveRight()
|
||||
moveCursorLeft: -> @compositeCursor.moveLeft()
|
||||
|
||||
getCurrentBufferLine: -> @buffer.lineForRow(@getCursorBufferRow())
|
||||
setCursorScreenPosition: (position) -> @compositeCursor.setScreenPosition(position)
|
||||
getCursorScreenPosition: -> @getCursor().getScreenPosition()
|
||||
setCursorBufferPosition: (position) -> @getCursor().setBufferPosition(position)
|
||||
|
||||
Reference in New Issue
Block a user