call swf_output_preparepage() in order to get links to work correctly
[swftools.git] / 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;