ソースを参照

WebVR.js: Removed unused variable.

Mr.doob 7 年 前
コミット
aa89fedd48
1 ファイル変更0 行追加4 行削除
  1. 0 4
      examples/js/vr/WebVR.js

+ 0 - 4
examples/js/vr/WebVR.js

@@ -128,12 +128,8 @@ var WEBVR = {
 
 		}
 
-		var isWebXR = false;
-
 		if ( 'xr' in navigator ) {
 
-			isWebXR = true;
-
 			var button = document.createElement( 'button' );
 			button.style.display = 'none';