diff --git a/src/lines-component.coffee b/src/lines-component.coffee index bc067e95b..7a51605ad 100644 --- a/src/lines-component.coffee +++ b/src/lines-component.coffee @@ -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