diff --git a/src/CLI2.cpp b/src/CLI2.cpp index 5a7a0e8cf..da408af46 100644 --- a/src/CLI2.cpp +++ b/src/CLI2.cpp @@ -98,7 +98,6 @@ void A2::tag (const std::string& tag) _tags.push_back (tag); } -/* //////////////////////////////////////////////////////////////////////////////// void A2::unTag (const std::string& tag) { @@ -112,6 +111,7 @@ void A2::unTag (const std::string& tag) } } +/* //////////////////////////////////////////////////////////////////////////////// void A2::unTagAll () { diff --git a/src/CLI2.h b/src/CLI2.h index f6afd4c62..a5f54b614 100644 --- a/src/CLI2.h +++ b/src/CLI2.h @@ -43,8 +43,8 @@ public: A2& operator= (const A2&); bool hasTag (const std::string&) const; void tag (const std::string&); -/* void unTag (const std::string&); +/* void unTagAll (); */ void attribute (const std::string&, const std::string&);