X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fmodules%2Fswfshape.c;h=cbc138939572dcca53cca3f8e64fbc27f6d81b50;hb=c08ca7ae32906b1cbb6a4b91c3cb3e09ab91800e;hp=7fca06e5c4ab64f08d6a6463e9022324d8019818;hpb=98990015805e8004885ca0dfbd2c1f841273f079;p=swftools.git diff --git a/lib/modules/swfshape.c b/lib/modules/swfshape.c index 7fca06e..cbc1389 100644 --- a/lib/modules/swfshape.c +++ b/lib/modules/swfshape.c @@ -27,12 +27,6 @@ #define SF_LINE 0x08 #define SF_NEWSTYLE 0x10 -#define FILL_SOLID 0x00 -#define FILL_LINEAR 0x10 // Gradient -#define FILL_RADIAL 0x12 -#define FILL_TILED 0x40 // Bitmap -#define FILL_CLIPPED 0x41 - void swf_ShapeFree(SHAPE * s) { if(!s)