Alexander Rose 3 년 전
부모
커밋
3e9de449c8
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/mol-geo/geometry/mesh/mesh.ts

+ 0 - 4
src/mol-geo/geometry/mesh/mesh.ts

@@ -53,10 +53,6 @@ export interface Mesh {
     setBoundingSphere(boundingSphere: Sphere3D): void
 
     readonly meta: { [k: string]: unknown }
-
-    //
-
-
 }
 
 export namespace Mesh {