Ver Fonte

cleanup

Alexander Rose há 6 anos atrás
pai
commit
205fd25921

+ 1 - 1
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 {

+ 7 - 7
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';