diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-07-25 21:24:38 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-08-12 11:13:57 +0200 |
commit | f2fa9543a11fd5551aa619160d5a02b886fb1bbb (patch) | |
tree | 6c6adcd10be04aca81b283f82920dbd0b880467e /src/configparser.cc | |
parent | 7543b64a995c1a2d3eb598c049919729016ba252 (diff) |
Rewrite MidiMapParser to use pugixml.
Diffstat (limited to 'src/configparser.cc')
-rw-r--r-- | src/configparser.cc | 2 |
1 files changed, 0 insertions, 2 deletions
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")) { |