Skip to content

Commit 9193261

Browse files
committed
Removed unused code
1 parent 2b2ae5d commit 9193261

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

plugins/animation_to_java.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,6 @@
3737
})();
3838

3939
function generateFile() {
40-
const getCircularReplacer = () => {
41-
const seen = new WeakSet();
42-
return (key, value) => {
43-
if (typeof value === "object" && value !== null) {
44-
if (seen.has(value)) {
45-
return;
46-
}
47-
seen.add(value);
48-
}
49-
return value;
50-
};
51-
};
52-
5340
let outfileText = "";
5441

5542
for (const animation of Animation.all) {

0 commit comments

Comments
 (0)