]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/animate-pendulum/animate-pendulum.factor
factor: trim more using lists.
[factor.git] / extra / rosetta-code / animate-pendulum / animate-pendulum.factor
index b8811f0cdb411f03124b3949e0513de591a9e8f4..c6fcd1b0d5ef6255ea50f9a8a81f03461d9e6753 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (c) 2012 Anonymous
 ! See http://factorcode.org/license.txt for BSD license.
 
-USING: accessors arrays calendar colors kernel locals math
+USING: accessors arrays calendar colors kernel math
 math.constants math.functions math.rectangles math.vectors
 opengl sequences system timers ui ui.gadgets ui.render ;