From f2fa9543a11fd5551aa619160d5a02b886fb1bbb Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 25 Jul 2018 21:24:38 +0200 Subject: Rewrite MidiMapParser to use pugixml. --- src/configparser.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/configparser.cc') diff --git a/src/configparser.cc b/src/configparser.cc index 0227d15..30b981f 100644 --- a/src/configparser.cc +++ b/src/configparser.cc @@ -39,8 +39,6 @@ bool ConfigParser::parseString(const std::string& xml) return false; } - //TODO: handle xml version - pugi::xml_node config_node = doc.child("config"); for(pugi::xml_node value_node : config_node.children("value")) { -- cgit v1.2.3