🔥 Remove comment

This commit is contained in:
Antonio Scandurra
2015-05-19 19:01:11 +02:00
parent 90b1228622
commit 9fee62d884

View File

@@ -577,7 +577,6 @@ class TextEditorPresenter
@lineNumberGutter.lineNumbers[id] = {screenRow, bufferRow, softWrapped, top, decorationClasses, foldable}
visibleLineNumberIds[id] = true
# FIXME: We should either rely on @mouseWheelScreenRow or convert this to use tiles.
if @mouseWheelScreenRow?
bufferRow = @model.bufferRowForScreenRow(@mouseWheelScreenRow)
wrapCount = @mouseWheelScreenRow - @model.screenRowForBufferRow(bufferRow)