mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Nothing uses this function, not internal nor packages.
This commit is contained in:
@@ -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.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user