From: kramm Date: Sun, 18 Mar 2007 18:27:44 +0000 (+0000) Subject: removed unneeded "t" element from cxform structure X-Git-Tag: release-0-8-1~4 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=83621997695ff8ca891644ad907d0c14940015dd removed unneeded "t" element from cxform structure --- diff --git a/lib/gfxdevice.h b/lib/gfxdevice.h index f852814..fd41895 100644 --- a/lib/gfxdevice.h +++ b/lib/gfxdevice.h @@ -77,7 +77,6 @@ typedef struct _gfxcxform float gr,gg,gb,ga, tg; float br,bg,bb,ba, tb; float ar,ag,ab,aa, ta; - gfxcolor_t t; } gfxcxform_t; typedef struct _gfxbbox