mirror of
https://github.com/atom/atom.git
synced 2026-02-01 02:05:24 -05:00
Delete duplicated method
This commit is contained in:
@@ -418,8 +418,5 @@ class LinesTileComponent
|
||||
lineIdForScreenRow: (screenRow) ->
|
||||
@lineIdsByScreenRow[screenRow]
|
||||
|
||||
lineNodeForScreenRow: (screenRow) ->
|
||||
@lineNodesByLineId[@lineIdsByScreenRow[screenRow]]
|
||||
|
||||
textNodesForScreenRow: (screenRow) ->
|
||||
@textNodesByLineId[@lineIdsByScreenRow[screenRow]]?.slice()
|
||||
|
||||
Reference in New Issue
Block a user