remove un-implemented code
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user