Browse Source

Global: Remove legacy code. (#30821)

Michael Herzog 1 year ago
parent
commit
b3cb0cd0d6
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/materials/Material.js

+ 0 - 6
src/materials/Material.js

@@ -997,12 +997,6 @@ class Material extends EventDispatcher {
 
 
 	}
 	}
 
 
-	onBuild( /* shaderobject, renderer */ ) {
-
-		console.warn( 'Material: onBuild() has been removed.' ); // @deprecated, r166
-
-	}
-
 }
 }
 
 
 export { Material };
 export { Material };

粤ICP备19079148号