mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove unused methods
This commit is contained in:
@@ -1599,10 +1599,6 @@ class Editor extends Model
|
||||
joinLine: ->
|
||||
@mutateSelectedText (selection) -> selection.joinLine()
|
||||
|
||||
# TODO: Remove unused method?
|
||||
expandLastSelectionOverLine: ->
|
||||
@getLastSelection().expandOverLine()
|
||||
|
||||
# Public: Expand selections to the beginning of their containing word.
|
||||
#
|
||||
# Operates on all selections. Moves the cursor to the beginning of the
|
||||
@@ -1628,10 +1624,6 @@ class Editor extends Model
|
||||
selectWord: ->
|
||||
@expandSelectionsForward (selection) => selection.selectWord()
|
||||
|
||||
# TODO: Remove unused method?
|
||||
expandLastSelectionOverWord: ->
|
||||
@getLastSelection().expandOverWord()
|
||||
|
||||
# Public: Select the range of the given marker if it is valid.
|
||||
#
|
||||
# marker - A {DisplayBufferMarker}
|
||||
|
||||
Reference in New Issue
Block a user