Browse Source

Object3D.rotateOnAxis: As far as I can see this quaternion is never used.

Mr.doob 12 years ago
parent
commit
4f785689a4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/core/Object3D.js

+ 0 - 1
src/core/Object3D.js

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