[Fixed Position] cleanup (#2275)

* Delete unused files

* Remove fixed view plugin and style imports.
This commit is contained in:
Pegah Sarram
2019-01-28 12:50:17 -08:00
committed by Deep Tailor
parent ac2b9acccb
commit baa5d10009
47 changed files with 0 additions and 4998 deletions

View File

@@ -49,7 +49,6 @@
openmct.install(openmct.plugins.ExampleImagery());
openmct.install(openmct.plugins.UTCTimeSystem());
openmct.install(openmct.plugins.ImportExport());
openmct.install(openmct.plugins.FixedView());
openmct.install(openmct.plugins.AutoflowView({
type: "telemetry.panel"
}));