Browse Source

Channels: Removed clear().

Mr.doob 9 years ago
parent
commit
56bd34cfa0
1 changed files with 0 additions and 6 deletions
  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;
-
 	}
 
 };