Remove unused methods

This commit is contained in:
Nathan Sobo
2014-02-25 12:49:06 -08:00
parent f17c490768
commit 574cc098c6

View File

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