1.1 --- a/src/common/tag-list.cc Wed Jun 04 11:48:52 2008 -0700
1.2 +++ b/src/common/tag-list.cc Wed Jun 04 11:58:51 2008 -0700
1.3 @@ -191,16 +191,6 @@
1.4 }
1.5
1.6 void
1.7 -TagList::Remove (const Iterator &i)
1.8 -{
1.9 - if (m_data == 0)
1.10 - {
1.11 - return;
1.12 - }
1.13 - // XXX
1.14 -}
1.15 -
1.16 -void
1.17 TagList::RemoveAll (void)
1.18 {
1.19 Deallocate (m_data);
2.1 --- a/src/common/tag-list.h Wed Jun 04 11:48:52 2008 -0700
2.2 +++ b/src/common/tag-list.h Wed Jun 04 11:58:51 2008 -0700
2.3 @@ -125,12 +125,6 @@
2.4 */
2.5 void Add (const TagList &o);
2.6
2.7 - /**
2.8 - * \param i points to the item to remove from this list.
2.9 - *
2.10 - * Not implemented.
2.11 - */
2.12 - void Remove (const Iterator &i);
2.13 void RemoveAll (void);
2.14
2.15 /**