diff --git a/examples/js/controls/VRControls.js b/examples/js/controls/VRControls.js index 207c6043d7e6e7d06b50d3da2522024dad05e7b7..4da64cebdd24c57f5afbc2aff6bebb595410c283 100644 --- a/examples/js/controls/VRControls.js +++ b/examples/js/controls/VRControls.js @@ -34,10 +34,6 @@ THREE.VRControls = function ( object, callback ) { navigator.getVRDevices().then( onVRDevices ); - } else if ( navigator.mozGetVRDevices !== undefined ) { - - navigator.mozGetVRDevices( onVRDevices ); - } else if ( callback !== undefined ) { callback( 'Your browser is not VR Ready' );