Browse Source

Removed unneeded vars in ParametricGeometry.
The compiler was complaining about this.

Mr.doob 13 years ago
parent
commit
0339f3c94a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/extras/geometries/ParametricGeometry.js

+ 0 - 1
src/extras/geometries/ParametricGeometry.js

@@ -34,7 +34,6 @@ THREE.ParametricGeometry = function ( slices, stacks, func ) {
 		}
 	}
 
-	var v = 0, next;
 	var a, b, c, d;
 	var uva, uvb, uvc, uvd;