mirror of
https://github.com/atom/atom.git
synced 2026-02-15 00:55:14 -05:00
Remove unused packages ivar
This commit is contained in:
@@ -35,13 +35,11 @@ class RootView extends View
|
||||
rootView.setRootPane(rootView.deserializeView(panesViewState)) if panesViewState
|
||||
rootView
|
||||
|
||||
packages: null
|
||||
title: null
|
||||
pathToOpenIsFile: false
|
||||
|
||||
initialize: (projectOrPathToOpen, { suppressOpen } = {}) ->
|
||||
window.rootView = this
|
||||
@packages = []
|
||||
@viewClasses = {
|
||||
"Pane": Pane,
|
||||
"PaneRow": PaneRow,
|
||||
|
||||
Reference in New Issue
Block a user