"Dumpfbackenbrot funktioniert nicht?"
- removed old RTF_SNEAK flag (no longer required)
This commit is contained in:
Enno Rehling 2008-02-04 19:22:55 +00:00
parent ea71efe3f2
commit a2c02ff638
1 changed files with 0 additions and 1 deletions

View File

@ -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");