Remove Editor.getCurrentBufferLine

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-03-26 15:31:47 -07:00
parent c9b9e30848
commit 7e2933b983
2 changed files with 3 additions and 4 deletions

View File

@@ -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)