Remove unused references to stateForScreenRow

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-11-06 11:13:42 -08:00
parent 874af0f2bc
commit dacb5f063f
4 changed files with 1 additions and 6 deletions

View File

@@ -175,9 +175,6 @@ class DisplayBuffer
bufferPositionForScreenPosition: (position, options) ->
@lineMap.bufferPositionForScreenPosition(position, options)
stateForScreenRow: (screenRow) ->
@tokenizedBuffer.stackForRow(screenRow)
scopesForBufferPosition: (bufferPosition) ->
@tokenizedBuffer.scopesForPosition(bufferPosition)