瀏覽代碼

Remove "copy" function override (#21782)

Garrett Johnson 4 年之前
父節點
當前提交
6ccec8f415
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      examples/jsm/lines/LineGeometry.js

+ 0 - 8
examples/jsm/lines/LineGeometry.js

@@ -80,14 +80,6 @@ class LineGeometry extends LineSegmentsGeometry {
 
 
 	}
 	}
 
 
-	copy( /* source */ ) {
-
-		// todo
-
-		return this;
-
-	}
-
 }
 }
 
 
 LineGeometry.prototype.isLineGeometry = true;
 LineGeometry.prototype.isLineGeometry = true;