From 83621997695ff8ca891644ad907d0c14940015dd Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 18 Mar 2007 18:27:44 +0000 Subject: [PATCH] removed unneeded "t" element from cxform structure --- lib/gfxdevice.h | 1 - 1 file changed, 1 deletion(-) 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 -- 1.7.10.4