summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rw-r--r--amiga/Makefile.target2
-rw-r--r--amiga/save_pdf.c5
2 files changed, 1 insertions, 6 deletions
diff --git a/amiga/Makefile.target b/amiga/Makefile.target
index ea765af36..8939dbc83 100644
--- a/amiga/Makefile.target
+++ b/amiga/Makefile.target
@@ -78,7 +78,7 @@ S_AMIGA := $(addprefix amiga/,$(S_AMIGA))
# This is the final source build list
# Note this is deliberately *not* expanded here as common and image
# are not yet available
-SOURCES = $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_AMIGA) $(S_PDF)
+SOURCES = $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_AMIGA)
# ----------------------------------------------------------------------------
# Install target
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