diff --git a/orx-noise/src/jvmDemo/kotlin/DemoBla.kt b/orx-noise/src/jvmDemo/kotlin/DemoBla.kt deleted file mode 100644 index 9139ff46..00000000 --- a/orx-noise/src/jvmDemo/kotlin/DemoBla.kt +++ /dev/null @@ -1,18 +0,0 @@ -import org.openrndr.application -import org.openrndr.extra.noise.fbm -import org.openrndr.extra.noise.perlin2D - -fun main() { - application { - configure { - width = 1280 - height = 720 - } - program { - extend { - perlin2D.fbm() - - } - } - } -} \ No newline at end of file