mirror of
https://github.com/atom/atom.git
synced 2026-01-27 15:58:00 -05:00
Don't need this view provider anymore.
This commit is contained in:
@@ -254,8 +254,6 @@ class AtomEnvironment extends Model
|
||||
new PaneAxisElement().initialize(model, env)
|
||||
@views.addViewProvider Pane, (model, env) ->
|
||||
new PaneElement().initialize(model, env)
|
||||
@views.addViewProvider TextEditor, (model, env) ->
|
||||
new TextEditorElement().initialize(model, env)
|
||||
@views.addViewProvider(Gutter, createGutterView)
|
||||
|
||||
registerDefaultOpeners: ->
|
||||
|
||||
Reference in New Issue
Block a user