Skip to content

Commit 6ccec8f

Browse files
authored
Remove "copy" function override (#21782)
1 parent 82d88ee commit 6ccec8f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

examples/jsm/lines/LineGeometry.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,6 @@ class LineGeometry extends LineSegmentsGeometry {
8080

8181
}
8282

83-
copy( /* source */ ) {
84-
85-
// todo
86-
87-
return this;
88-
89-
}
90-
9183
}
9284

9385
LineGeometry.prototype.isLineGeometry = true;

0 commit comments

Comments
 (0)