diff --git a/src/pane.coffee b/src/pane.coffee index 0ee4cf4f0..e88588875 100644 --- a/src/pane.coffee +++ b/src/pane.coffee @@ -53,9 +53,6 @@ class Pane extends Model params.activeItem = find params.items, (item) -> item.getUri?() is activeItemUri params - # Called by the view layer to construct a view for this model. - getViewClass: -> PaneView ?= require './pane-view' - getView: (object) -> @container.getView(object)