Lincoln's OSC clean-ups (#3716).

git-svn-id: svn://localhost/ardour2/branches/3.0@8552 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-01-19 22:05:38 +00:00
parent b621ce7306
commit f8d3b1f7a7
5 changed files with 263 additions and 256 deletions

View file

@ -20,7 +20,7 @@ XPathTest::testMisc ()
cout << "Found " << result->size() << " banks" << endl;
assert(result->size() == 8);
int counter = 1;
// int counter = 1;
for(XMLSharedNodeList::const_iterator i = result->begin(); i != result->end(); ++i) {
assert((*i)->name() == "bank");
assert((*i)->property("name"));