Remove showIndentGuide subscription from view

This commit is contained in:
Nathan Sobo
2015-02-18 11:36:54 -07:00
parent e244aae7c0
commit d89ec25b28

View File

@@ -290,7 +290,6 @@ TextEditorComponent = React.createClass
scopeDescriptor = editor.getRootScopeDescriptor()
subscriptions.add atom.config.observe 'editor.showIndentGuide', scope: scopeDescriptor, @requestUpdate
subscriptions.add atom.config.observe 'editor.scrollSensitivity', scope: scopeDescriptor, @setScrollSensitivity
focused: ->