qt: remove unused functions

This commit is contained in:
Prince Gupta 2024-04-16 12:23:35 +05:30 committed by Steve Lhomme
parent be020d5387
commit 8765d6fa9c
2 changed files with 0 additions and 21 deletions

View File

@ -68,20 +68,3 @@ VLCTick MLAlbum::getDuration() const
{
return VLCTick::fromMS(m_duration);
}
QString MLAlbum::getPresName() const
{
return m_title;
}
QString MLAlbum::getPresImage() const
{
return m_cover;
}
QString MLAlbum::getPresInfo() const
{
return m_shortSummary;
}

View File

@ -39,10 +39,6 @@ public:
unsigned int getNbTracks() const;
VLCTick getDuration() const;
QString getPresName() const;
QString getPresImage() const;
QString getPresInfo() const;
private:
QString m_title;
unsigned int m_releaseYear;