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 {