Browse Source

removed *IdCount from dts

https://github.com/mrdoob/three.js/issues/10095
ycw 5 years ago
parent
commit
6546d5fa05
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/core/Geometry.d.ts

+ 0 - 2
src/core/Geometry.d.ts

@@ -32,8 +32,6 @@ export interface MorphNormals {
 	normals: Vector3[];
 }
 
-export let GeometryIdCount: number;
-
 /**
  * Base class for geometries
  *