summaryrefslogtreecommitdiff
path: root/lib/skin_parser/skin_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/skin_parser/skin_parser.h')
-rw-r--r--lib/skin_parser/skin_parser.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/skin_parser/skin_parser.h b/lib/skin_parser/skin_parser.h
index c59072594f..fc15aff1be 100644
--- a/lib/skin_parser/skin_parser.h
+++ b/lib/skin_parser/skin_parser.h
@@ -160,9 +160,6 @@ struct skin_element* skin_parse(const char* document,
160struct skin_element* skin_parse(const char* document); 160struct skin_element* skin_parse(const char* document);
161#endif 161#endif
162/* Memory management functions */ 162/* Memory management functions */
163static struct skin_element* skin_alloc_element(void);
164static OFFSETTYPE(struct skin_element*)* skin_alloc_children(int count);
165static struct skin_tag_parameter* skin_alloc_params(int count);
166char* skin_alloc_string(int length); 163char* skin_alloc_string(int length);
167 164
168void skin_free_tree(struct skin_element* root); 165void skin_free_tree(struct skin_element* root);