Explorar o código

Merge pull request #19509 from linbingquan/dev-cleanup-ts

TS: Clean up
Mr.doob %!s(int64=5) %!d(string=hai) anos
pai
achega
43c8230798
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      src/math/Triangle.d.ts

+ 0 - 6
src/math/Triangle.d.ts

@@ -3,12 +3,6 @@ import { Vector3 } from './Vector3';
 import { Plane } from './Plane';
 import { Box3 } from './Box3';
 
-export interface SplineControlPoint {
-	x: number;
-	y: number;
-	z: number;
-}
-
 export class Triangle {
 
 	constructor( a?: Vector3, b?: Vector3, c?: Vector3 );