]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/pens/gradient/gradient.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / ui / pens / gradient / gradient.factor
index aa916448958496638d3e26dc8612b426830181e5..58c72f7505915d59f726fd9cd061bee383ad6b06 100644 (file)
@@ -24,7 +24,7 @@ TUPLE: gradient < caching-pen colors last-vertices last-colors ;
     [ >rgba-components 4array dup 2array ] map concat concat
     float >c-array ;
 
-M: gradient recompute-pen ( gadget gradient -- )
+M: gradient recompute-pen
     [ nip ] [ [ [ orientation>> ] [ dim>> ] bi ] [ colors>> ] bi* ] 2bi
     [ gradient-vertices >>last-vertices ]
     [ gradient-colors >>last-colors ]