dsehnal hace 2 años
padre
commit
e98d7931ca
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/mol-model/structure/structure/unit/bonds/inter-compute.ts

+ 0 - 1
src/mol-model/structure/structure/unit/bonds/inter-compute.ts

@@ -20,7 +20,6 @@ import { InterUnitGraph } from '../../../../../mol-math/graph/inter-unit-graph';
 import { StructConn } from '../../../../../mol-model-formats/structure/property/bonds/struct_conn';
 import { equalEps } from '../../../../../mol-math/linear-algebra/3d/common';
 import { Model } from '../../../model';
-import { StructureProperties } from '../../properties';
 
 // avoiding namespace lookup improved performance in Chrome (Aug 2020)
 const v3distance = Vec3.distance;