mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Remove unused argument
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user