mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove unused local vars
This commit is contained in:
@@ -139,7 +139,7 @@ LinesComponent = React.createClass
|
||||
node.appendChild(lineNode)
|
||||
|
||||
buildLineHTML: (id) ->
|
||||
{presenter, showIndentGuide, lineHeightInPixels, lineDecorations} = @props
|
||||
{presenter, showIndentGuide, lineDecorations} = @props
|
||||
{scrollWidth} = @newState
|
||||
{screenRow, tokens, text, top, lineEnding, fold, isSoftWrapped, indentLevel} = @newState.lines[id]
|
||||
|
||||
@@ -236,7 +236,7 @@ LinesComponent = React.createClass
|
||||
"<span class=\"#{scope.replace(/\.+/g, ' ')}\">"
|
||||
|
||||
updateLineNode: (id) ->
|
||||
{lineHeightInPixels, lineDecorations} = @props
|
||||
{lineDecorations} = @props
|
||||
{scrollWidth} = @newState
|
||||
{screenRow, top} = @newState.lines[id]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user