summaryrefslogtreecommitdiff
path: root/gtk/help_dlg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/help_dlg.c')
-rw-r--r--gtk/help_dlg.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/help_dlg.c b/gtk/help_dlg.c
index 5ffdb85dfd..94dd8435d1 100644
--- a/gtk/help_dlg.c
+++ b/gtk/help_dlg.c
@@ -77,14 +77,6 @@ typedef struct {
static GSList *help_text_pages = NULL;
-
-gboolean topic_available(topic_action_e action _U_) {
-
- /* online: we have all possible pages available */
- return TRUE;
-}
-
-
/*
* Open the help dialog and show a specific HTML help page.
*/