1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-18 20:04:00 +02:00

Don't keep reference to internal tag, never used

This commit is contained in:
Uwe L. Korn
2014-11-07 15:48:56 +01:00
parent 45a5fe09e7
commit 5c5427e493

View File

@@ -29,9 +29,6 @@ class DLLEXPORT ID3v2Tag : public Tag
{
public:
ID3v2Tag( TagLib::Tag *, TagLib::ID3v2::Tag * );
private:
TagLib::ID3v2::Tag *m_id3v2Tag;
};
}