Remove duplicate getBufferRowCount() method

This commit is contained in:
Kevin Sawicki
2013-06-06 08:19:21 -07:00
parent 320328777e
commit efb2cfab9f

View File

@@ -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