summaryrefslogtreecommitdiff
path: root/amiga/save_pdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/save_pdf.c')
-rw-r--r--amiga/save_pdf.c5
1 files changed, 0 insertions, 5 deletions
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