Selaa lähdekoodia

WebVRManager: Clean up.

Mr.doob 7 vuotta sitten
vanhempi
commit
d44359fc91
1 muutettua tiedostoa jossa 0 lisäystä ja 8 poistoa
  1. 0 8
      src/renderers/webvr/WebVRManager.js

+ 0 - 8
src/renderers/webvr/WebVRManager.js

@@ -261,14 +261,6 @@ function WebVRManager( renderer ) {
 
 	};
 
-	// DEPRECATED
-
-	this.requestAnimationFrame = function ( /* callback */ ) {
-
-		// device.requestAnimationFrame( callback );
-
-	};
-
 }
 
 export { WebVRManager };