removed x1,y1,x2,y2 fields in swf_output
authorkramm <kramm>
Sat, 25 Jun 2005 12:39:53 +0000 (12:39 +0000)
committerkramm <kramm>
Sat, 25 Jun 2005 12:39:53 +0000 (12:39 +0000)
pdf2swf/SWFOutputDev.h

index 1a4ca1c..7cff064 100644 (file)
@@ -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;