Remove unused argument

This commit is contained in:
Nathan Sobo
2015-01-21 10:10:28 -07:00
parent 32a1854b7c
commit 64ef8add71

View File

@@ -76,9 +76,7 @@ LinesComponent = React.createClass
return unless performedInitialMeasurement
@removeLineNodes() unless @oldState?.indentGuidesVisible is @newState?.indentGuidesVisible
@updateLineNodes(@props.lineWidth isnt prevProps.lineWidth)
@updateLineNodes()
@measureCharactersInNewLines() if visible and not scrollingVertically
@overlayManager?.render(@props)