forked from github/server
"Dumpfbackenbrot funktioniert nicht?" - removed old RTF_SNEAK flag (no longer required)
This commit is contained in:
parent
ea71efe3f2
commit
a2c02ff638
1 changed files with 0 additions and 1 deletions
|
@ -876,7 +876,6 @@ parse_resources(xmlDocPtr doc)
|
|||
|
||||
if (xml_bvalue(node, "pooled", true)) flags |= RTF_POOLED;
|
||||
if (xml_bvalue(node, "limited", false)) flags |= RTF_LIMITED;
|
||||
if (xml_bvalue(node, "sneak", false)) flags |= RTF_SNEAK;
|
||||
|
||||
name = xmlGetProp(node, BAD_CAST "name");
|
||||
appearance = xmlGetProp(node, BAD_CAST "appearance");
|
||||
|
|
Loading…
Reference in a new issue