📝 Drop line about single line selections

This commit is contained in:
Kevin Sawicki
2014-01-07 18:29:42 -08:00
parent 82c73c9911
commit 32fdf0b681

View File

@@ -1194,8 +1194,6 @@ class Editor extends Model
#
# This methods break apart all multi-line selections to create multiple
# single-line selections that cumulatively cover the same original area.
#
# This method will not affect any single line selections.
splitSelectionIntoLines: ->
for selection in @getSelections()
range = selection.getBufferRange()