浏览代码

Modularize: Remove WebVR.js

Don McCurdy 5 年之前
父节点
当前提交
069ef099f3
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      utils/modularize.js

+ 0 - 2
utils/modularize.js

@@ -236,8 +236,6 @@ var files = [
 	{ path: 'utils/TypedArrayUtils.js', dependencies: [], ignoreList: [] },
 	{ path: 'utils/UVsDebug.js', dependencies: [], ignoreList: [ 'SphereBufferGeometry' ] },
 
-	{ path: 'vr/WebVR.js', dependencies: [], ignoreList: [] },
-
 	{ path: 'WebGL.js', dependencies: [], ignoreList: [] },
 ];