diff options
Diffstat (limited to 'src/xine-utils/xmlparser.c')
| -rw-r--r-- | src/xine-utils/xmlparser.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xine-utils/xmlparser.c b/src/xine-utils/xmlparser.c index fe78e8e88..38e01fc19 100644 --- a/src/xine-utils/xmlparser.c +++ b/src/xine-utils/xmlparser.c @@ -672,10 +672,6 @@ int xml_parser_build_tree_with_options(xml_node_t **root_node, int flags) { return res; } -int xml_parser_build_tree_relaxed(xml_node_t **root_node, int relaxed) { - return xml_parser_build_tree_with_options (root_node, relaxed ? XML_PARSER_RELAXED : 0); -} - int xml_parser_build_tree(xml_node_t **root_node) { return xml_parser_build_tree_with_options (root_node, 0); } |
