Selaa lähdekoodia

Channels: Removed clear().

Mr.doob 9 vuotta sitten
vanhempi
commit
56bd34cfa0
1 muutettua tiedostoa jossa 0 lisäystä ja 6 poistoa
  1. 0 6
      src/core/Channels.js

+ 0 - 6
src/core/Channels.js

@@ -34,12 +34,6 @@ THREE.Channels.prototype = {
 
 		this.mask &= ~ ( 1 << channel );
 
-	},
-
-	clear: function () {
-
-		this.mask = 1;
-
 	}
 
 };