]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/splines/viewer/viewer.factor
factor: trim using lists
[factor.git] / extra / math / splines / viewer / viewer.factor
index 1084510f2b95fcd4966daeb7ca59da052d5b1b8a..ad0269c01a8434a32787ad24f9ce99cd0b2edf81 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2010 Erik Charlebois.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors kernel locals math math.order math.polynomials
-math.splines opengl.demo-support opengl.gl sequences ui.gadgets
+USING: accessors kernel math math.order math.polynomials
+opengl.demo-support opengl.gl sequences ui.gadgets
 ui.gadgets.panes ui.render arrays ;
 IN: math.splines.viewer