Remove autoscroll-related legacy editor view support

Signed-off-by: Nathan Sobo <nathan@github.com>
This commit is contained in:
Max Brunsfeld
2015-03-26 11:12:37 -07:00
committed by Nathan Sobo
parent 307e2ad565
commit 2f5d975338
7 changed files with 12 additions and 53 deletions

View File

@@ -39,7 +39,6 @@ class TextEditorComponent
@lineOverdrawMargin = lineOverdrawMargin if lineOverdrawMargin?
@disposables = new CompositeDisposable
@editor.manageScrollPosition = true
@observeConfig()
@setScrollSensitivity(atom.config.get('editor.scrollSensitivity'))