X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fimages%2Fatlas%2Fatlas.factor;h=721490d1700b3b786ca8b861a3e0505af87f2045;hp=84e9b90f3c07ed807f81f04cce26ef414b72c174;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/images/atlas/atlas.factor b/extra/images/atlas/atlas.factor index 84e9b90f3c..721490d170 100644 --- a/extra/images/atlas/atlas.factor +++ b/extra/images/atlas/atlas.factor @@ -1,8 +1,7 @@ ! Copyright (C) 2010 Joe Groff. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors arrays assocs byte-arrays fry images kernel -locals math math.functions math.order math.vectors namespaces -sequences sorting ; +USING: accessors arrays assocs byte-arrays images kernel math +math.functions math.order math.vectors sequences sorting ; IN: images.atlas ! sort rects by height/width/whatever