CLI2: Dead code removal

This commit is contained in:
Paul Beckingham 2015-07-17 15:35:11 -04:00
parent 110aa489e4
commit 251eedf7e5
2 changed files with 0 additions and 11 deletions

View file

@ -115,16 +115,6 @@ void A2::attribute (const std::string& name, const std::string& value)
decompose ();
}
////////////////////////////////////////////////////////////////////////////////
// Accessor for attributes.
void A2::attribute (const std::string& name, const int value)
{
_attributes[name] = format (value);
if (name == "raw")
decompose ();
}
////////////////////////////////////////////////////////////////////////////////
// Accessor for attributes.
const std::string A2::attribute (const std::string& name) const