aboutsummaryrefslogtreecommitdiff
path: root/src/formatter/args.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/formatter/args.h')
-rw-r--r--src/formatter/args.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/formatter/args.h b/src/formatter/args.h
index 815069a4..42722f32 100644
--- a/src/formatter/args.h
+++ b/src/formatter/args.h
@@ -11,5 +11,3 @@ OptionalText_t format_inline_args(arg_ast_t *args, Table_t comments);
Text_t format_args(arg_ast_t *args, Table_t comments, Text_t indent);
OptionalText_t format_inline_tag(tag_ast_t *tag, Table_t comments);
Text_t format_tag(tag_ast_t *tag, Table_t comments, Text_t indent);
-OptionalText_t format_inline_tags(tag_ast_t *tags, Table_t comments);
-Text_t format_tags(tag_ast_t *tags, Table_t comments, Text_t indent);