From b99ddfd3bfb7a83cdefc04e2a34d91ee640ca524 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 11 Apr 2017 16:47:33 -0600 Subject: [PATCH] Remove unused var --- src/text-editor-component.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/text-editor-component.js b/src/text-editor-component.js index 54ac5437c..42b10ba39 100644 --- a/src/text-editor-component.js +++ b/src/text-editor-component.js @@ -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