Remove unnecessary onDidChangeSoftWrapped subscription

This commit is contained in:
Nathan Sobo
2015-01-29 15:15:34 -07:00
parent 9d507ea692
commit 4eb39b1be2

View File

@@ -38,7 +38,6 @@ class TextEditorPresenter
@updateLinesState()
@updateGutterState()
@updateLineNumbersState()
@disposables.add @model.onDidChangeSoftWrapped(@updateState.bind(this))
@disposables.add @model.onDidChangeGrammar(@updateContentState.bind(this))
@disposables.add @model.onDidChangePlaceholderText(@updateContentState.bind(this))
@disposables.add @model.onDidChangeMini =>