Skip to content

Commit

Permalink
ColladaLoader: Remove unused collada constructor (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Nov 7, 2023
1 parent 664cf83 commit 589a4cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions types/three/examples/jsm/loaders/ColladaLoader.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Loader, LoadingManager, Scene } from '../../../src/Three.js';
import { Loader, Scene } from '../../../src/Three.js';

export interface Collada {
kinematics: object;
Expand All @@ -7,7 +7,5 @@ export interface Collada {
}

export class ColladaLoader extends Loader<Collada> {
constructor(manager?: LoadingManager);

parse(text: string, path: string): Collada;
}

0 comments on commit 589a4cb

Please sign in to comment.