summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 02ada81c5..f9a213d86 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -2983,11 +2983,6 @@ uint32 ami_popup_hook(struct Hook *hook,Object *item,APTR reserved)
return itemid;
}
-void gui_cert_verify(struct browser_window *bw, struct content *c,
- const struct ssl_cert_info *certs, unsigned long num)
-{
-}
-
static void *myrealloc(void *ptr, size_t len, void *pw)
{
return realloc(ptr, len);