Browse Source

Global: Remove legacy code. (#30821)

Michael Herzog 1 năm trước cách đây
mục cha
commit
b3cb0cd0d6
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  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 };

粤ICP备19079148号