]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/colors/luv/luv.factor
factor: trim using lists
[factor.git] / basis / colors / luv / luv.factor
index c756e8230be03994919971c5d4e27d4f5cd1284a..5f104b2ffc14db3b1a99e519279c07aca9d13e35 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.luv