summaryrefslogtreecommitdiff
path: root/lib/skin_parser/skin_parser.h
diff options
context:
space:
mode:
authorThomas Jarosch <tomj@simonv.com>2015-01-05 19:09:33 +0100
committerThomas Jarosch <tomj@simonv.com>2015-01-05 19:09:33 +0100
commitf91434cc7b4204ca47c86090928cdd454dd52606 (patch)
tree3cf90ce2fa0448f4e7094858734130efd0f7ea7d /lib/skin_parser/skin_parser.h
parentfdd4aef34003587d7fd9ed754dd35ce901b639bf (diff)
downloadrockbox-f91434cc7b4204ca47c86090928cdd454dd52606.tar.gz
rockbox-f91434cc7b4204ca47c86090928cdd454dd52606.zip
Fix yellow
Change-Id: I8685198c208b5324b09b5ad59f7379502e9ed977
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);