From f91434cc7b4204ca47c86090928cdd454dd52606 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Mon, 5 Jan 2015 19:09:33 +0100 Subject: Fix yellow Change-Id: I8685198c208b5324b09b5ad59f7379502e9ed977 --- lib/skin_parser/skin_parser.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/skin_parser/skin_parser.h') 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, struct skin_element* skin_parse(const char* document); #endif /* Memory management functions */ -static struct skin_element* skin_alloc_element(void); -static OFFSETTYPE(struct skin_element*)* skin_alloc_children(int count); -static struct skin_tag_parameter* skin_alloc_params(int count); char* skin_alloc_string(int length); void skin_free_tree(struct skin_element* root); -- cgit v1.2.3