Nothing uses this function, not internal nor packages.

This commit is contained in:
Ben Ogle
2014-08-28 16:58:59 -07:00
parent 14dcf50683
commit 535724fa84

View File

@@ -2066,12 +2066,6 @@ class Editor extends Model
getSelectionsOrderedByBufferPosition: ->
@getSelections().sort (a, b) -> a.compare(b)
# Extended: Get the last {Selection} based on its position in the buffer.
#
# Returns a {Selection}.
getLastSelectionInBuffer: ->
_.last(@getSelectionsOrderedByBufferPosition())
# Extended: Determine if a given range in buffer coordinates intersects a
# selection.
#