aboutsummaryrefslogtreecommitdiff
path: root/common/xmlparser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/xmlparser.cpp')
-rw-r--r--common/xmlparser.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/common/xmlparser.cpp b/common/xmlparser.cpp
index 6cb3a8a441..22b8b22e48 100644
--- a/common/xmlparser.cpp
+++ b/common/xmlparser.cpp
@@ -34,25 +34,6 @@ namespace Common {
using namespace Graphics;
-void XMLParser::debug_testEval() {
- static const char *debugConfigText =
- "<render_info>\n"
- "<palette>\n"
- "<color name = \"red\" rgb = \"255, 255, 255\"/>\n"
- "</palette>\n"
- "<drawdata id = \"mainmenu_bg\" cache = true>\n"
- "<drawstep func = \"roundedsq\" radius = 23 fill = \"none\" color = \"0, 1, 2\" size = \"auto\" />\n"
- "<drawstep func = \"roundedsq\" radius = 15 fill = \"none\" color = \"red\" size = \"auto\"/>\n"
- "</drawdata>/* lol this is just a simple test*/\n"
- "</render_info>";
-
- loadBuffer(debugConfigText);
- _fileName = "test_parse.xml";
-
- parse();
-}
-
-
bool XMLParser::parserError(const char *errorString, ...) {
_state = kParserError;