diff --git a/demo/[tests] distance-field.html b/demo/[tests] distance-field.html
index c21747a..19b51e2 100644
--- a/demo/[tests] distance-field.html
+++ b/demo/[tests] distance-field.html
@@ -31,8 +31,6 @@
import { DistanceField } from '../src/distance-field.ts';
import { FolkShape } from '../src/folk-shape.ts';
- FolkShape.define();
-
const d = document.querySelector('distance-field');
const geometries = [];
diff --git a/demo/[tests] many-shapes.html b/demo/[tests] many-shapes.html
index 3aa3a30..ba360d4 100644
--- a/demo/[tests] many-shapes.html
+++ b/demo/[tests] many-shapes.html
@@ -24,8 +24,6 @@