Browse Source

Revert "Material: Deprecated skinning. See #10754."

This reverts commit 118fedfb87714f3702627b099badc8cb7911431c.
Mr.doob 8 years ago
parent
commit
5617c05bc4
1 changed files with 0 additions and 14 deletions
  1. 0 14
      src/Three.Legacy.js

+ 0 - 14
src/Three.Legacy.js

@@ -994,20 +994,6 @@ Object.defineProperties( Uniform.prototype, {
 
 
 Object.defineProperties( Material.prototype, {
 Object.defineProperties( Material.prototype, {
 
 
-	skinning: {
-		get: function () {
-
-			console.warn( 'THREE.Material: .skinning has been removed.' );
-
-		},
-		set: function () {
-
-			console.warn( 'THREE.Material: .skinning has been removed.' );
-
-		}
-
-	},
-
 	wrapAround: {
 	wrapAround: {
 		get: function () {
 		get: function () {