]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/text/pango/pango.factor
factor: trim using lists
[factor.git] / basis / ui / text / pango / pango.factor
index 29cbe14d93dd68658ba5de4712cb860e8de18fae..38f285e80df4a091b964c94ee99eee4eead1c48f 100644 (file)
@@ -2,7 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.c-types alien.data alien.strings arrays assocs
 cache cairo cairo.ffi classes.struct combinators destructors fonts fry
-gobject.ffi init io.encodings.utf8 kernel locals math math.rectangles
+gobject.ffi init io.encodings.utf8 kernel math math.rectangles
 math.vectors memoize namespaces pango.cairo.ffi pango.ffi sequences
 ui.text ui.text.private ;
 IN: ui.text.pango