diff --git a/src/common/tag-list.cc b/src/common/tag-list.cc index 3165d6b0e..8cb328fd2 100644 --- a/src/common/tag-list.cc +++ b/src/common/tag-list.cc @@ -190,16 +190,6 @@ TagList::Add (const TagList &o) } } -void -TagList::Remove (const Iterator &i) -{ - if (m_data == 0) - { - return; - } - // XXX -} - void TagList::RemoveAll (void) { diff --git a/src/common/tag-list.h b/src/common/tag-list.h index 0be0bfd05..76a659e91 100644 --- a/src/common/tag-list.h +++ b/src/common/tag-list.h @@ -125,12 +125,6 @@ public: */ void Add (const TagList &o); - /** - * \param i points to the item to remove from this list. - * - * Not implemented. - */ - void Remove (const Iterator &i); void RemoveAll (void); /**