summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
Diffstat (limited to 'riscos')
-rw-r--r--riscos/Makefile.target2
-rw-r--r--riscos/gui.c7
2 files changed, 1 insertions, 8 deletions
diff --git a/riscos/Makefile.target b/riscos/Makefile.target
index 46ca34116..a52c03f5a 100644
--- a/riscos/Makefile.target
+++ b/riscos/Makefile.target
@@ -92,7 +92,7 @@ TPL_RISCOS := $(addprefix riscos/templates/,$(TPL_RISCOS))
# 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_PDF) $(S_RISCOS)
+SOURCES = $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_RISCOS)
EXETARGET := !NetSurf/!RunImage$(EXEEXT)
!NetSurf/!Run$(RUNEXT): riscos/scripts/Run $(EXETARGET)
diff --git a/riscos/gui.c b/riscos/gui.c
index ade22cb48..198fd2391 100644
--- a/riscos/gui.c
+++ b/riscos/gui.c
@@ -2152,13 +2152,6 @@ bool ro_gui_prequit(void)
}
-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;
-}
-
-
/**
* Generate a riscos path from one or more component elemnts.
*