summaryrefslogtreecommitdiff
path: root/riscos/hotlist.c
diff options
context:
space:
mode:
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;
-}