CLI2: Eliminated unused ::removeAttribute.

This commit is contained in:
Paul Beckingham 2015-06-14 14:13:02 -04:00
parent d43ca96056
commit e701d6d607
2 changed files with 0 additions and 10 deletions

View file

@ -61,9 +61,6 @@ public:
void attribute (const std::string&, const double);
*/
const std::string attribute (const std::string&) const;
/*
void removeAttribute (const std::string&);
*/
const std::string dump () const;
public: