Browse Source

WebVRManager: Clean up.

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