From 548ae10ba18976b2b0ed877fa94c86d3a9468d78 Mon Sep 17 00:00:00 2001
From: kramm <kramm>
Date: Sat, 4 Jun 2005 07:10:15 +0000
Subject: [PATCH] removed duplicate entry of swf_Shape2ToShape()

---
 lib/rfxswf.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/rfxswf.h b/lib/rfxswf.h
index b6ab8d2..9c330e9 100644
--- a/lib/rfxswf.h
+++ b/lib/rfxswf.h
@@ -460,7 +460,6 @@ void	   swf_Shape2Free(SHAPE2 * s);
 void	swf_DumpShape(SHAPE2*shape2);
 
 void swf_ParseDefineShape(TAG*tag, SHAPE2*shape);
-void swf_Shape2ToShape(SHAPE2*shape2, SHAPE*shape);
 void swf_SetShape2(TAG*tag, SHAPE2*shape2);
 
 void swf_RecodeShapeData(U8*data, int bitlen, int in_bits_fill, int in_bits_line, 
-- 
1.7.10.4