From d67bc214215df3b2a1d13cef25ec18a21d0bb814 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 14 Sep 2004 16:27:09 +0000 Subject: [PATCH] removed no-longer-valid comment. --- lib/modules/swfshape.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/modules/swfshape.c b/lib/modules/swfshape.c index 9753dfc..51837f2 100644 --- a/lib/modules/swfshape.c +++ b/lib/modules/swfshape.c @@ -293,7 +293,7 @@ int swf_ShapeAddFillStyle(SHAPE * s,U8 type,MATRIX * m,RGBA * color,U16 id_bitma if (!s->fillstyle.data) return -1; } - // set fillstyle (no gradients yet!) + // set fillstyle s->fillstyle.data[s->fillstyle.n].type = type; s->fillstyle.data[s->fillstyle.n].id_bitmap = id_bitmap; -- 1.7.10.4