Skip to content

Commit

Permalink
🔥 Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed Dec 15, 2014
1 parent d4fc53f commit fe2ba61
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/mixins/canvas-drawer.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ class CanvasDrawer extends Mixin
@offscreenContext = @offscreenCanvas.getContext('2d')

updateCanvas: ->
#is this scroll only or has content changed?
hasChanges = @pendingChanges.length > 0

firstRow = @minimap.getFirstVisibleScreenRow()
lastRow = @minimap.getLastVisibleScreenRow()
intactRanges = @computeIntactRanges(firstRow, lastRow)
Expand Down

0 comments on commit fe2ba61

Please sign in to comment.