git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3328940
)
removed x1,y1,x2,y2 fields in swf_output
author
kramm
<kramm>
Sat, 25 Jun 2005 12:39:53 +0000
(12:39 +0000)
committer
kramm
<kramm>
Sat, 25 Jun 2005 12:39:53 +0000
(12:39 +0000)
pdf2swf/SWFOutputDev.h
patch
|
blob
|
history
diff --git
a/pdf2swf/SWFOutputDev.h
b/pdf2swf/SWFOutputDev.h
index
1a4ca1c
..
7cff064
100644
(file)
--- 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;