From a001e58d1c45e2e8a9f9358fc7e1e4e46864c753 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Tue, 4 May 2021 14:48:47 -0700 Subject: [PATCH] Remove "copy" function override --- examples/jsm/lines/LineGeometry.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/examples/jsm/lines/LineGeometry.js b/examples/jsm/lines/LineGeometry.js index 1f85e00265e386..48023406f6a248 100644 --- a/examples/jsm/lines/LineGeometry.js +++ b/examples/jsm/lines/LineGeometry.js @@ -80,14 +80,6 @@ class LineGeometry extends LineSegmentsGeometry { } - copy( /* source */ ) { - - // todo - - return this; - - } - } LineGeometry.prototype.isLineGeometry = true;