mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
Remove unused local vars
This commit is contained in:
parent
0a9f7586ae
commit
22942ae1bd
@ -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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user