Browse Source

reorderBuffers: remove unused array

dubejf 11 years ago
parent
commit
eb806ee326
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/core/BufferGeometry.js

+ 0 - 1
src/core/BufferGeometry.js

@@ -829,7 +829,6 @@ THREE.BufferGeometry.prototype = {
 
 		/* Create a copy of all attributes for reordering. */
 		var sortedAttributes = {};
-		var types = [ Int8Array, Uint8Array, Uint8ClampedArray, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array ];
 		for ( var attr in this.attributes ) {
 			if ( attr == 'index' )
 				continue;