Skip to content

Commit

Permalink
remove dep code (#28902)
Browse files Browse the repository at this point in the history
Co-authored-by: aardgoose <[email protected]>
  • Loading branch information
aardgoose and aardgoose authored Jul 17, 2024
1 parent 132f258 commit 6ec8898
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/nodes/core/Node.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,6 @@ class Node extends EventDispatcher {

}

construct( builder ) { // @deprecated, r157

console.warn( 'THREE.Node: construct() is deprecated. Use setup() instead.' );

return this.setup( builder );

}

increaseUsage( builder ) {

const nodeData = builder.getDataFromNode( this );
Expand Down

0 comments on commit 6ec8898

Please sign in to comment.