Browse Source

WebGLObjects: Removed unused variable

Mugen87 8 years ago
parent
commit
4e622398bb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/renderers/webgl/WebGLObjects.js

+ 0 - 1
src/renderers/webgl/WebGLObjects.js

@@ -205,7 +205,6 @@ function WebGLObjects( gl, properties, info ) {
 
 		if ( index !== null ) {
 
-			var edges = {};
 			var array = index.array;
 
 			for ( var i = 0, l = array.length; i < l; i += 3 ) {