Remove unused method

This commit is contained in:
Ben Ogle
2014-09-03 13:32:58 -07:00
parent 99f899dc4a
commit dbb0ff9830

View File

@@ -224,10 +224,6 @@ class TokenizedBuffer extends Model
tokenizedLineForRow: (bufferRow) ->
@tokenizedLines[bufferRow]
# FIXME: benogle says: These are actually buffer rows as all buffer rows are
# accounted for in @tokenizedLines
linesForScreenRows: (startRow, endRow) ->
@tokenizedLines[startRow..endRow]
stackForRow: (row) ->
@tokenizedLines[row]?.ruleStack