|
@@ -1,10 +1,6 @@
|
|
|
// Copyright (c) Jupyter Development Team.
|
|
|
// Distributed under the terms of the Modified BSD License.
|
|
|
|
|
|
-import {
|
|
|
- ISettingRegistry, SettingRegistry
|
|
|
-} from '@jupyterlab/coreutils';
|
|
|
-
|
|
|
import {
|
|
|
Application, IPlugin
|
|
|
} from '@phosphor/application';
|
|
@@ -64,11 +60,6 @@ class JupyterLab extends Application<ApplicationShell> {
|
|
|
return this.shell.restored;
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * The setting registry for the application.
|
|
|
- */
|
|
|
- readonly settings: ISettingRegistry = new SettingRegistry();
|
|
|
-
|
|
|
/**
|
|
|
* Register plugins from a plugin module.
|
|
|
*
|