@@ -1,10 +0,0 @@
-/**
- * @author mrdoob / http://mrdoob.com/
- */
-
-THREE.Vertex = function ( v ) {
- console.warn( 'THREE.Vertex has been DEPRECATED. Use THREE.Vector3 instead.')
- return v;
-};
@@ -16,7 +16,6 @@
"src/math/Frustum.js",
"src/math/Math.js",
"src/math/Triangle.js",
- "src/math/Vertex.js",
"src/core/EventDispatcher.js",
"src/core/Raycaster.js",
"src/core/Object3D.js",
@@ -18,7 +18,6 @@
"src/math/Spline.js",
"src/core/Clock.js",