summaryrefslogtreecommitdiff
path: root/riscos/hotlist.c
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-07-16 00:21:15 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-07-16 00:21:15 +0000
commit00d74fdd2d75cc29b651ffd3bac6f19f75b4bc22 (patch)
treea8848bd19667ffc173beb01afdbfa56347154531 /riscos/hotlist.c
parentcb04a8c7792dee47bf66a36f474c6bcf20dba82d (diff)
downloadnetsurf-00d74fdd2d75cc29b651ffd3bac6f19f75b4bc22.tar.gz
netsurf-00d74fdd2d75cc29b651ffd3bac6f19f75b4bc22.tar.bz2
Allow the viewing of the entire SSL certificate chain.
svn path=/trunk/netsurf/; revision=2755
Diffstat (limited to 'riscos/hotlist.c')
-rw-r--r--riscos/hotlist.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/riscos/hotlist.c b/riscos/hotlist.c
index e809e53bc..4ce2f72ea 100644
--- a/riscos/hotlist.c
+++ b/riscos/hotlist.c
@@ -355,15 +355,3 @@ bool ro_gui_hotlist_dialog_apply(wimp_w w) {
}
return true;
}
-
-
-/**
- * Attempts to process an interactive help message request
- *
- * \param x the x co-ordinate to give help for
- * \param y the x co-ordinate to give help for
- * \return the message code index
- */
-int ro_gui_hotlist_help(int x, int y) {
- return -1;
-}