From c011b1c37df2a64a1f8e454c23bb5b7e9854ab67 Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 7 Mar 2005 20:09:01 +0000 Subject: [PATCH] commented out swf_ParseShapeData() --- lib/rfxswf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rfxswf.h b/lib/rfxswf.h index b05d3e6..03b6ef2 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -450,7 +450,7 @@ int swf_ShapeSetEnd(TAG * t); void swf_ShapeSetBitmapRect(TAG * t, U16 gfxid, int width, int height); -SHAPELINE* swf_ParseShapeData(U8*data, int bits, int fillbits, int linebits); +//SHAPELINE* swf_ParseShapeData(U8*data, int bits, int fillbits, int linebits); SHAPE2* swf_ShapeToShape2(SHAPE*shape); void swf_Shape2ToShape(SHAPE2*shape2, SHAPE*shape); SRECT swf_GetShapeBoundingBox(SHAPE2*shape); -- 1.7.10.4