From c08ca7ae32906b1cbb6a4b91c3cb3e09ab91800e Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 1 Nov 2004 14:53:58 +0000 Subject: [PATCH] moved fillstyle definitions to ../rfxswf.c --- lib/modules/swfshape.c | 6 ------ 1 file changed, 6 deletions(-) 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) -- 1.7.10.4