From 215e5ee6ce089c3e0d5be28fd816bc7031b6acab Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 22 Jul 2017 10:22:35 -0400 Subject: style background is useless --- src/world.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/world.cpp b/src/world.cpp index ecd8ae4..22ffdff 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -262,12 +262,6 @@ void WorldSystem::loader(void) // style tag if (tagName == "style") { world.styleFolder = wxml->StrAttribute("folder"); - - unsigned int styleNo; - if (wxml->QueryUnsignedAttribute("background", &styleNo) != XML_NO_ERROR) - UserError("XML Error: No background given in