]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/core-text/core-text.factor
alien.data: remove second quotation parameter from with-out-parameters, now all value...
[factor.git] / basis / core-text / core-text.factor
index 4de8b2c06a4fd3ef0df9b1dd5473420134e5b93d..014956aba26c616f76bc859c4bbbc6fd7f926425 100644 (file)
@@ -51,7 +51,7 @@ TUPLE: line < disposable line metrics image loc dim ;
 
 : typographic-bounds ( line -- width ascent descent leading )
     { CGFloat CGFloat CGFloat }
-    [ CTLineGetTypographicBounds ] [ ] with-out-parameters ; inline
+    [ CTLineGetTypographicBounds ] with-out-parameters ; inline
 
 : store-typographic-bounds ( metrics width ascent descent leading -- metrics )
     {