소스 검색

Removed unused variable

WestLangley 12 년 전
부모
커밋
91b60eb1b7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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 ) {