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