X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxpoly%2Fpoly.h;h=417c6c12a35a3125f0bcda3a7cbc2996c8924ddc;hp=5d5020903a7cb79f4a205335bf06942c26c887fc;hb=fec1ab31707e68c2396b186e0e4928632402d649;hpb=8d76501168e44398feb36ae4d378178a676d8f2c diff --git a/lib/gfxpoly/poly.h b/lib/gfxpoly/poly.h index 5d50209..417c6c1 100644 --- a/lib/gfxpoly/poly.h +++ b/lib/gfxpoly/poly.h @@ -52,7 +52,6 @@ typedef struct _gfxpolystroke { } gfxpolystroke_t; typedef struct _gfxpoly { double gridsize; - int num_strokes; gfxpolystroke_t*strokes; } gfxpoly_t;