removed swfoutput_newpage(), swfoutput_pagefeed()
authorkramm <kramm>
Sun, 19 Jun 2005 12:42:07 +0000 (12:42 +0000)
committerkramm <kramm>
Sun, 19 Jun 2005 12:42:07 +0000 (12:42 +0000)
pdf2swf/swfoutput.h

index 4c19d1f..670ea04 100644 (file)
@@ -26,7 +26,4 @@
 
 void gfxdevice_swf_init(gfxdevice_t*);
 
-void swfoutput_newpage(gfxdevice_t*, int x1, int y1, int x2, int y2);
-void swfoutput_pagefeed(gfxdevice_t*obj);
-
 #endif //__swfoutput_h__