summaryrefslogtreecommitdiff
path: root/gtk/help_dlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/help_dlg.h')
-rw-r--r--gtk/help_dlg.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/help_dlg.h b/gtk/help_dlg.h
index 26dc404211..4ab2162554 100644
--- a/gtk/help_dlg.h
+++ b/gtk/help_dlg.h
@@ -112,13 +112,6 @@ void topic_cb(GtkWidget *widget, topic_action_e topic);
*/
void topic_menu_cb(GtkWidget *widget _U_, gpointer data _U_, topic_action_e topic);
-/** Check, if a specific topic is available.
- *
- * @param action the topic action to display
- * @return TRUE, if topic is available, FALSE if not
- */
-gboolean topic_available(topic_action_e action);
-
/** Redraw all the help dialog text widgets, to use a new font. */
void help_redraw(void);