]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/colors/yiq/yiq.factor
factor: trim using lists
[factor.git] / basis / colors / yiq / yiq.factor
index 004fd936a6db366a1a9a45f0ca2ce2f05b92e6cd..47250fdbbbbc984bf022f5a3d3c23f60dd016e62 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2012 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: accessors colors combinators kernel locals math
+USING: accessors colors combinators kernel math
 math.order ;
 
 IN: colors.yiq