]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/colors/lch/lch.factor
factor: trim using lists
[factor.git] / basis / colors / lch / lch.factor
index bdfe54bd796f2d9d0e6488e6f263f81717851995..74c46776baad7219afc090455e4efd110b238cc8 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license
 
 USING: accessors colors colors.lab colors.luv colors.xyz kernel
-locals math math.functions math.libm math.trig ;
+math math.functions math.libm math.trig ;
 
 IN: colors.lch