diff --git a/src/app/fold.coffee b/src/app/fold.coffee index 00a8ceda5..a086930a6 100644 --- a/src/app/fold.coffee +++ b/src/app/fold.coffee @@ -43,12 +43,6 @@ class Fold getStartRow: -> @getBufferRange().start.row - # Retrieves the number of buffer rows a fold occupies. - # - # Returns a {Number}. - getBufferRowCount: -> - @endRow - @startRow + 1 - # Returns the fold's end row as a {Number}. getEndRow: -> @getBufferRange().end.row