Browse Source

Removed unused variable

WestLangley 12 years ago
parent
commit
91b60eb1b7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/core/Object3D.js

+ 0 - 1
src/core/Object3D.js

@@ -116,7 +116,6 @@ THREE.Object3D.prototype = {
 		// axis is assumed to be normalized
 
 		var v1 = new THREE.Vector3();
-		var q1 = new THREE.Quaternion();
 
 		return function ( axis, distance ) {