summaryrefslogtreecommitdiffstats
path: root/src/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/html.h b/src/html.h
index f35b49b..8f5eada 100644
--- a/src/html.h
+++ b/src/html.h
@@ -58,12 +58,6 @@ mq_html_form(const gchar *submit_label, const gchar *reset_label, ...)
G_GNUC_NULL_TERMINATED;
gchar *
-mq_html_fieldset(gchar *first_child, ...);
-
-gchar *
-mq_html_th(GDestroyNotify destroy, gchar *text);
-
-gchar *
mq_html_input_text(const gchar *name, const gchar *label, const gchar *value);
gchar *