Remove unused var

This commit is contained in:
Nathan Sobo
2017-04-11 16:47:33 -06:00
committed by Antonio Scandurra
parent 060a884ba9
commit b99ddfd3bf

View File

@@ -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