From b69d2a8ba4c7d6439a74ca8ea2d93601143a9e29 Mon Sep 17 00:00:00 2001 From: kramm Date: Sat, 25 Jun 2005 12:39:53 +0000 Subject: [PATCH] removed x1,y1,x2,y2 fields in swf_output --- pdf2swf/SWFOutputDev.h | 1 - 1 file changed, 1 deletion(-) diff --git a/pdf2swf/SWFOutputDev.h b/pdf2swf/SWFOutputDev.h index 1a4ca1c..7cff064 100644 --- a/pdf2swf/SWFOutputDev.h +++ b/pdf2swf/SWFOutputDev.h @@ -45,7 +45,6 @@ void pdf_destroy(pdf_doc_t*doc); typedef struct _swf_output { int num_pages; - int x1,y1,x2,y2; void*internal; } swf_output_t; -- 1.7.10.4