remove un-implemented code

This commit is contained in:
Mathieu Lacage
2008-06-04 11:58:51 -07:00
parent 12ae07ddab
commit 49a48f01e8
2 changed files with 0 additions and 16 deletions

View File

@@ -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)
{

View File

@@ -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);
/**