Browse Source

more code removal

Ben Houston 9 years ago
parent
commit
339e4d3ef1
1 changed files with 0 additions and 8 deletions
  1. 0 8
      src/renderers/WebGLRenderer.js

+ 0 - 8
src/renderers/WebGLRenderer.js

@@ -2391,14 +2391,6 @@ THREE.WebGLRenderer = function ( parameters ) {
 
 	}
 
-	function setColorLinear( array, offset, color, intensity ) {
-
-		array[ offset + 0 ] = color.r * intensity;
-		array[ offset + 1 ] = color.g * intensity;
-		array[ offset + 2 ] = color.b * intensity;
-
-	}
-
 	function setupLights ( lights, camera ) {
 
 		var l, ll, light,