CLI2: Removed unused A::unTagAll method

This commit is contained in:
Paul Beckingham 2015-06-21 23:06:06 -04:00
parent 82021f46f7
commit c369f37509
2 changed files with 0 additions and 14 deletions

View file

@ -111,14 +111,6 @@ void A2::unTag (const std::string& tag)
}
}
/*
////////////////////////////////////////////////////////////////////////////////
void A2::unTagAll ()
{
_tags.clear ();
}
*/
////////////////////////////////////////////////////////////////////////////////
// Accessor for attributes.
void A2::attribute (const std::string& name, const std::string& value)