Browse Source

WebVR.js: Removed unused variable.

Mr.doob 7 years ago
parent
commit
aa89fedd48
1 changed files with 0 additions and 4 deletions
  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';