X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=pdf2swf%2Fswfoutput.h;h=670ea04205bcd4af91ad9d13261ed54c78652ae9;hb=c5632476384129c77fab3dea934358ac6e7e4418;hp=23f388a9e3868db918c531c2f1ab4d39885eb105;hpb=1501d0d231cf685584890de158e5d361c16b0c0e;p=swftools.git diff --git a/pdf2swf/swfoutput.h b/pdf2swf/swfoutput.h index 23f388a..670ea04 100644 --- a/pdf2swf/swfoutput.h +++ b/pdf2swf/swfoutput.h @@ -26,11 +26,4 @@ void gfxdevice_swf_init(gfxdevice_t*); -void* gfxdevice_swf_get(gfxdevice_t*); -int gfxdevice_swf_save(gfxdevice_t*, char*filename); - -void swfoutput_pagefeed(gfxdevice_t*obj); -void swfoutput_newpage(gfxdevice_t*, int pageNum, int movex, int movey, int x1, int y1, int x2, int y2); -void gfxdevice_swf_getdimensions(gfxdevice_t*, int*x1, int*y1, int*x2, int*y2); - #endif //__swfoutput_h__