Eliminate dummy implementation of bufferRowRangeForScreenRow

This commit is contained in:
Nathan Sobo
2013-05-07 10:07:29 -06:00
parent 9a12b170f6
commit 32b40fe1ad
2 changed files with 1 additions and 4 deletions

View File

@@ -20,7 +20,6 @@ class RowMap
return [screenRow, screenRow + 1]
bufferRowRangeForScreenRow: (screenRow) ->
[screenRow, screenRow]
mapBufferRowRange: (startBufferRow, endBufferRow, screenRows) ->
bufferRow = 0