From 8319eae0d7f986f1563569a0e8a4f42db1031c3d Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Sat, 6 Jun 2015 09:29:40 +0200 Subject: [PATCH] :fire: Delete unused code --- src/text-editor-presenter.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/text-editor-presenter.coffee b/src/text-editor-presenter.coffee index 6af2c6524..23f4a12f9 100644 --- a/src/text-editor-presenter.coffee +++ b/src/text-editor-presenter.coffee @@ -332,7 +332,6 @@ class TextEditorPresenter endRow = Math.min(@model.getScreenLineCount(), startRow + @tileSize) tile = @state.content.tiles[startRow] ?= {} - tile.startRow = startRow tile.top = startRow * @lineHeight - @scrollTop tile.left = -@scrollLeft tile.height = @tileSize * @lineHeight @@ -1295,7 +1294,6 @@ class TextEditorPresenter flashCount: 0 flashDuration: null flashClass: null - tileRow: tileStartRow } if flash?