Browse Source

remove dep code (#28902)

Co-authored-by: aardgoose <[email protected]>
aardgoose 1 year ago
parent
commit
6ec8898669
1 changed files with 0 additions and 8 deletions
  1. 0 8
      src/nodes/core/Node.js

+ 0 - 8
src/nodes/core/Node.js

@@ -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 ) {
 	increaseUsage( builder ) {
 
 
 		const nodeData = builder.getDataFromNode( this );
 		const nodeData = builder.getDataFromNode( this );