1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 01:09:42 +01:00

* Remove obsolete info-id.

This commit is contained in:
Christian Muehlhaeuser 2012-05-27 19:19:29 +02:00
parent aee7dcd008
commit 401d52d6f0
2 changed files with 0 additions and 3 deletions

View File

@ -43,7 +43,6 @@ using namespace Tomahawk;
AlbumInfoWidget::AlbumInfoWidget( const Tomahawk::album_ptr& album, QWidget* parent )
: QWidget( parent )
, ui( new Ui::AlbumInfoWidget )
, m_infoId( uuid() )
{
ui->setupUi( this );

View File

@ -111,8 +111,6 @@ private:
QString m_description;
QString m_longDescription;
QPixmap m_pixmap;
QString m_infoId;
};
#endif // ALBUMINFOWIDGET_H