mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
Remove unused var
This commit is contained in:
committed by
Antonio Scandurra
parent
060a884ba9
commit
b99ddfd3bf
@@ -2662,11 +2662,10 @@ class LinesTileComponent {
|
||||
this.renderHighlights(),
|
||||
this.renderLines()
|
||||
)
|
||||
|
||||
}
|
||||
|
||||
renderHighlights () {
|
||||
const {measuredContent, top, height, width, lineHeight, highlightDecorations} = this.props
|
||||
const {top, height, width, lineHeight, highlightDecorations} = this.props
|
||||
|
||||
if (!this.highlightsVnode) {
|
||||
let children = null
|
||||
|
||||
Reference in New Issue
Block a user