From d204d6d555ac8e79da330a93e96fb070c8ee8f8c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 26 Oct 2014 23:49:18 +0000 Subject: Clean up saving as PDF This removes the global PDF_Password interface that had completely bitrotted and moves it into the standard misc operation table with a sensible defualt implementation. This also cleans up and fixes the gtk frontend implementation of the pdf password callback so it compiles. Finally this moves the implementation to a sensible place alongside the other exporters reducing target makefile complexity futher. --- amiga/save_pdf.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'amiga/save_pdf.c') diff --git a/amiga/save_pdf.c b/amiga/save_pdf.c index 16592215b..b70fc5716 100644 --- a/amiga/save_pdf.c +++ b/amiga/save_pdf.c @@ -56,9 +56,4 @@ bool save_as_pdf(struct hlcache_handle *c, const char *path) return true; } -void PDF_Password(char **owner_pass, char **user_pass, char *path) -{ - /*TODO:this waits to be written, until then no PDF encryption*/ - *owner_pass = NULL; -} #endif -- cgit v1.2.3