mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Eliminate dummy implementation of bufferRowRangeForScreenRow
This commit is contained in:
@@ -20,7 +20,6 @@ class RowMap
|
||||
return [screenRow, screenRow + 1]
|
||||
|
||||
bufferRowRangeForScreenRow: (screenRow) ->
|
||||
[screenRow, screenRow]
|
||||
|
||||
mapBufferRowRange: (startBufferRow, endBufferRow, screenRows) ->
|
||||
bufferRow = 0
|
||||
|
||||
Reference in New Issue
Block a user