Replace comment marking some syntax as deprecated

This commit is contained in:
Charles Dang 2015-04-17 18:55:38 +11:00
parent d3a00db690
commit 995f1477f8

View file

@ -216,8 +216,7 @@ void part::resolve_wml(const vconfig &cfg)
return;
}
// This section is only for compatibility with old code.
// Should be removed as soon as the old syntax becomes invalid.
// Converts shortcut syntax to members of [background_layer]
background_layer bl;
if(cfg.has_attribute("background")) {