mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Delete dead method
This commit is contained in:
@@ -107,9 +107,6 @@ LinesComponent = React.createClass
|
||||
hasLineNode: (lineId) ->
|
||||
@lineNodesByLineId.hasOwnProperty(lineId)
|
||||
|
||||
buildTranslate3d: (top) ->
|
||||
"translate3d(0px, #{top}px, 0px)"
|
||||
|
||||
buildLineHTML: (line, screenRow) ->
|
||||
{editor, mini, showIndentGuide, lineHeight} = @props
|
||||
{tokens, text, lineEnding, fold, isSoftWrapped, indentLevel} = line
|
||||
|
||||
Reference in New Issue
Block a user