]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gadgets/tables/tables.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / ui / gadgets / tables / tables.factor
index 32cf0fd1eb6ddfb5d787b82b4d1f76a0bbae4d86..db685b64e4a39239a71f5543902a1fec06b6e1e0 100644 (file)
@@ -216,7 +216,7 @@ M: table draw-gadget*
         ] with-variable
     ] if ;
 
-M: table line-height* ( table -- y )
+M: table line-height*
     [ font>> ] [ renderer>> prototype-row ] bi
     [ cell-dim + nip ] with [ max ] map-reduce ;