Delete dead method

This commit is contained in:
Nathan Sobo
2014-05-19 16:07:56 -06:00
parent cd5f0c0047
commit 6edb0b7a3d

View File

@@ -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