From: Ben Morrow Date: Mon, 19 Aug 2013 03:01:29 +0000 (-0700) Subject: Removing my own anim list X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=commitdiff_plain;h=53376c0312c5c4aa1e6c121ed687318234903c37 Removing my own anim list --- diff --git a/SugarCubes.pde b/SugarCubes.pde index 7a03248..0f102e3 100644 --- a/SugarCubes.pde +++ b/SugarCubes.pde @@ -25,10 +25,6 @@ LXPattern[] patterns(GLucose glucose) { return new LXPattern[] { - new DriveableCrossSections(glucose), - new GranimTestPattern2(glucose), - new GranimTestPattern(glucose), - new Sandbox(glucose), new HelixPattern(glucose), new ShiftingPlane(glucose), new AskewPlanes(glucose),