aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/Tag.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag/Tag.cxx')
-rw-r--r--src/tag/Tag.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/tag/Tag.cxx b/src/tag/Tag.cxx
index 7070d39c2..ac96f40b2 100644
--- a/src/tag/Tag.cxx
+++ b/src/tag/Tag.cxx
@@ -74,16 +74,6 @@ Tag::Clear()
num_items = 0;
}
-Tag::~Tag()
-{
- tag_pool_lock.lock();
- for (int i = num_items; --i >= 0; )
- tag_pool_put_item(items[i]);
- tag_pool_lock.unlock();
-
- delete[] items;
-}
-
Tag::Tag(const Tag &other)
:time(other.time), has_playlist(other.has_playlist),
items(nullptr),