Browse Source

Modularize: Remove WebVR.js

Don McCurdy 5 năm trước cách đây
mục cha
commit
069ef099f3
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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: [] },
 ];