small bugfixes and memory optimizations
[swftools.git] / lib / gfxpoly / poly.h
index 5d50209..417c6c1 100644 (file)
@@ -52,7 +52,6 @@ typedef struct _gfxpolystroke {
 } gfxpolystroke_t;
 typedef struct _gfxpoly {
     double gridsize;
-    int num_strokes;
     gfxpolystroke_t*strokes;
 } gfxpoly_t;