mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Remove unused function lab_xml_get_node()
This commit is contained in:
parent
ee87b4fc30
commit
bdc8e1c546
2 changed files with 0 additions and 7 deletions
|
|
@ -164,12 +164,6 @@ get_node(xmlNode *node, const char *key, xmlNode **dst_node, bool leaf_only)
|
|||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
lab_xml_get_node(xmlNode *node, const char *key, xmlNode **dst_node)
|
||||
{
|
||||
return get_node(node, key, dst_node, /* leaf_only */ false);
|
||||
}
|
||||
|
||||
bool
|
||||
lab_xml_get_string(xmlNode *node, const char *key, char *s, size_t len)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue