From 205fd25921c8ddf40badb7e421ea64c782c2b062 Mon Sep 17 00:00:00 2001
From: Alexander Rose <alex.rose@rcsb.org>
Date: Fri, 7 Sep 2018 19:05:07 -0700
Subject: [PATCH] cleanup

---
 src/apps/canvas/component/viewport.tsx |  2 +-
 src/apps/canvas/structure-view.ts      | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/apps/canvas/component/viewport.tsx b/src/apps/canvas/component/viewport.tsx
index 81c1914a8..90ec86242 100644
--- a/src/apps/canvas/component/viewport.tsx
+++ b/src/apps/canvas/component/viewport.tsx
@@ -7,7 +7,7 @@
 import * as React from 'react'
 import { App } from '../app';
 import { MarkerAction } from 'mol-geo/util/marker-data';
-import { EveryLoci, EmptyLoci, Loci, areLociEqual } from 'mol-model/loci';
+import { EmptyLoci, Loci, areLociEqual } from 'mol-model/loci';
 import { labelFirst } from 'mol-view/label';
 
 interface ViewportProps {
diff --git a/src/apps/canvas/structure-view.ts b/src/apps/canvas/structure-view.ts
index dc7501c39..b381ab2f0 100644
--- a/src/apps/canvas/structure-view.ts
+++ b/src/apps/canvas/structure-view.ts
@@ -10,15 +10,15 @@ import { BallAndStickRepresentation } from 'mol-geo/representation/structure/rep
 import { getStructureFromModel } from './util';
 import { AssemblySymmetry } from 'mol-model-props/rcsb/symmetry';
 import { ShapeRepresentation, ShapeProps } from 'mol-geo/representation/shape';
-import { getAxesShape, getClusterColorTheme } from './assembly-symmetry';
+import { getAxesShape } from './assembly-symmetry';
 import Viewer from 'mol-view/viewer';
 import { CarbohydrateRepresentation } from 'mol-geo/representation/structure/representation/carbohydrate';
-import { MeshBuilder } from 'mol-geo/mesh/mesh-builder';
-import { addSphere } from 'mol-geo/mesh/builder/sphere';
-import { Shape } from 'mol-model/shape';
-import { Color } from 'mol-util/color';
-import { computeUnitBoundary } from 'mol-model/structure/structure/util/boundary';
-import { addBoundingBox } from 'mol-geo/mesh/builder/bounding-box';
+// import { MeshBuilder } from 'mol-geo/mesh/mesh-builder';
+// import { addSphere } from 'mol-geo/mesh/builder/sphere';
+// import { Shape } from 'mol-model/shape';
+// import { Color } from 'mol-util/color';
+// import { computeUnitBoundary } from 'mol-model/structure/structure/util/boundary';
+// import { addBoundingBox } from 'mol-geo/mesh/builder/bounding-box';
 import { PointRepresentation } from 'mol-geo/representation/structure/representation/point';
 import { StructureRepresentation } from 'mol-geo/representation/structure';
 import { BehaviorSubject } from 'rxjs';
-- 
GitLab